Table of Contents

Class PropertyCategoryAxisXRadar

Namespace
combit.Reporting.Dom
Assembly
combit.ListLabel31.CrossPlatform.dll

Represents the X category axis configuration for radar charts. Provides access to tick mark styling and grid line settings that are specific to the radar chart's category axis.

public class PropertyCategoryAxisXRadar : PropertyCategoryAxisBase
Inheritance
PropertyCategoryAxisXRadar
Inherited Members

Properties

GridLines

Gets the grid line configuration for the radar X category axis.

[JsonInclude]
public PropertyGridLines GridLines { get; }

Property Value

PropertyGridLines

TickmarkColor

Gets or sets the tick mark color formula for the radar X category axis.

public string TickmarkColor { get; set; }

Property Value

string