Table of Contents

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

PropertyGridLines

IntermediateTickCount

Gets or sets intermediate tick count (numeric string).

public string IntermediateTickCount { get; set; }

Property Value

string

Label

Gets axis label object.

[JsonInclude]
public PropertyChartLabel Label { get; }

Property Value

PropertyChartLabel

Max

Gets maximum range definition (null for Y axis cases without range object).

[JsonInclude]
public PropertyRange Max { get; }

Property Value

PropertyRange

Min

Gets minimum range definition (null for Y axis cases without range object).

[JsonInclude]
public PropertyRange Min { get; }

Property Value

PropertyRange

Sorted

Gets or sets sorting mode (engine-specific constant).

public string Sorted { get; set; }

Property Value

string

TickmarkColor

Gets or sets tick mark color expression.

public string TickmarkColor { get; set; }

Property Value

string