Class PropertyCategoryAxisX
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Represents the X category axis for standard chart types. Adds properties like max tick count and signal ranges to the generic category axis.
public class PropertyCategoryAxisX : PropertyCategoryAxis
- Inheritance
-
PropertyCategoryAxisX
- Inherited Members
Properties
CountOfMainTicksMax
Gets or sets the maximum main tick count expression.
public string CountOfMainTicksMax { get; set; }
Property Value
MaxEntryCount
Gets the maximum entry count controller object (can be null for certain chart types).
[JsonInclude]
public PropertyMaxEntryCount MaxEntryCount { get; }
Property Value
SignalRanges
Gets the signal ranges configuration used for threshold visualization (null if unsupported).
[JsonInclude]
public PropertyChartSignalRanges<SignalItemChart> SignalRanges { get; }