Class PropertyCategoryAxis
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Base implementation for X/Y category axes (dimension axes) providing common sorting, ranges and grid lines.
public abstract class PropertyCategoryAxis : PropertyCategoryAxisBase
- Inheritance
-
PropertyCategoryAxis
- Derived
- Inherited Members
Properties
GridLines
Gets grid lines configuration (may be null for unsupported axes).
[JsonInclude]
public PropertyGridLines GridLines { get; }
Property Value
IntermediateTickCount
Gets or sets intermediate tick count (numeric string).
public string IntermediateTickCount { get; set; }
Property Value
Label
Gets axis label object.
[JsonInclude]
public PropertyChartLabel Label { get; }
Property Value
Max
Gets maximum range definition (null for Y axis cases without range object).
[JsonInclude]
public PropertyRange Max { get; }
Property Value
Min
Gets minimum range definition (null for Y axis cases without range object).
[JsonInclude]
public PropertyRange Min { get; }
Property Value
Sorted
Gets or sets sorting mode (engine-specific constant).
public string Sorted { get; set; }
Property Value
TickmarkColor
Gets or sets tick mark color expression.
public string TickmarkColor { get; set; }