Options
All
  • Public
  • Public/Protected
  • All
Menu

Class LinearAxis

Represents a linear axis within a cartesian chart. A Linear axis plots its values according to the datapoint relative position between a minimum and a maximum.

Hierarchy

Index

Constructors

constructor

Properties

allowPan

allowPan: boolean

Enables the pan gesture on the axis.

allowZoom

allowZoom: boolean

Enables chart zoom gesture on the axis.

hidden

hidden: boolean

Gets or sets the visibility status of axis.

horizontalLocation

horizontalLocation: string

Gets or sets the horizontal location of the axis. Use values exported from AxisHorizontalLocation.

id

id: string

Gets or sets the id for this axis.

ios

ios: any

labelFitMode

labelFitMode: string

Gets or sets the fit mode for axis labels. Use exported values from AxisLabelFitMode.

labelFormat

labelFormat: string

Gets or sets the format of the labels displayed by the axis.

labelLayoutMode

labelLayoutMode: string

Gets or sets the layout mode for axis labels. Use exported values from AxisLabelLayoutMode.

labelLayoutModeProperty

labelLayoutModeProperty: Property

Identifies the labelLayoutMode dependency property.

labelMargin

labelMargin: number

Gets or sets the margin of axis label.

labelRotationAngle

labelRotationAngle: number

Gets or sets the rotation angle for axis labels. Requires "Rotation" fit mode for labelFitMode property to be set.

labelSize

labelSize: number

Gets or sets the size of the text labels displayed by the axis.

labelTextColor

labelTextColor: string

Gets or sets the color of the labels displayed by the chart.

lineColor

lineColor: string

Gets or sets the color of the axis line.

lineHidden

lineHidden: boolean

Gets or sets if the axis line is hidden.

lineThickness

lineThickness: number

Gets or sets the thickness of the axis line.

majorStep

majorStep: string

Gets or sets major tick mark frequency for the axis. In case of DateTimeContinuousAxis you should use values exported from module DateTimeComponent.

maximum

maximum: any

Gets or sets a user-defined maximum for the axis. In case of linear axis with numeric values you should use number as a value. In case of DateTimeCategoricalAxis or DateTimeContinuousAxis axis you can specify the minimum value as string in format "dd/MM/yyyy" or with a Date object.

minimum

minimum: any

Gets or sets a user-defined minimum for the axis. In case of linear axis with numeric values you should use number as a value. In case of DateTimeCategoricalAxis or DateTimeContinuousAxis axis you can specify the minimum value as string in format "dd/MM/yyyy" or with a Date object.

verticalLocation

verticalLocation: string

Gets or sets the vertical location of the axis. Use values exported from AxisVerticalLocation.

Static allowPanProperty

allowPanProperty: Property

Identifies the allowPan dependency property.

Static allowZoomProperty

allowZoomProperty: Property

Identifies the allowZoom dependency property.

Static hiddenProperty

hiddenProperty: Property

Identifies the hidden dependency property.

Static horizontalLocationProperty

horizontalLocationProperty: Property

Identifies the horizontalLocation dependency property.

Static idProperty

idProperty: Property

Identifies the id dependency property of each axis.

Static labelFitModeProperty

labelFitModeProperty: Property

Identifies the labelFitMode dependency property.

Static labelFormatProperty

labelFormatProperty: Property

Identifies the labelFormat dependency property.

Static labelMarginProperty

labelMarginProperty: Property

Identifies the labelMargin dependency property.

Static labelRotationAngleProperty

labelRotationAngleProperty: Property

Identifies the labelRotationAngle dependency property.

Static labelSizeProperty

labelSizeProperty: Property

Identifies the labelSize dependency property.

Static labelTextColorProperty

labelTextColorProperty: Property

Identifies the labelTextColor dependency property.

Static lineColorProperty

lineColorProperty: Property

Identifies the lineColor dependency property.

Static lineHiddenProperty

lineHiddenProperty: Property

Identifies the lineHidden dependency property.

Static lineThicknessProperty

lineThicknessProperty: Property

Identifies the lineThickness dependency property.

Static majorStepProperty

majorStepProperty: Property

Identifies the majorStep dependency property.

Static maximumProperty

maximumProperty: Property

Identifies the maximum dependency property.

Static minimumProperty

minimumProperty: Property

Identifies the minimum dependency property.

Static verticalLocationProperty

verticalLocationProperty: Property

Identifies the verticalLocation dependency property.

Generated using TypeDoc