Options
All
  • Public
  • Public/Protected
  • All
Menu

Class DateTimeCategoricalAxis

Represents a date-time categorical axis within a cartesian chart. This axis type inherits all properties from CategoricalAxis.

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.

dateFormat

dateFormat: string

Gets or sets the date display format string for axes labels.

dateTimeComponent

dateTimeComponent: string

Gets or sets the date-time component which will be used to plot the values. Use values exported from DateTimeComponent.

firstLabelVisibility

firstLabelVisibility: string

Gets or sets visibility of the first label in the axis. Use values exported from AxisLabelVisibility. This is only supported and used in iOS.

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.

lastLabelVisibility

lastLabelVisibility: string

Gets or sets visibility of the last label in the axis. Use values exported from AxisLabelVisibility. NOTE: On iOS the 'plotMode' of the Axis needs to be set to 'OnTicks' in order for the lastLabelVisibility to function as expected.

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.

majorTickInterval

majorTickInterval: number

Gets or sets the major tick interval.

plotMode

plotMode: string

Gets or sets plot mode for the axis. Use values exported from AxisPlotMode.

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 dateFormatProperty

dateFormatProperty: Property

Identifies the dateFormat dependency property.

Static dateTimeComponentProperty

dateTimeComponentProperty: Property

Identifies the dateTimeComponent dependency property.

Static firstLabelVisibilityProperty

firstLabelVisibilityProperty: Property

Identifies the firstLabelVisibility dependency property. This is only supported and used in iOS.

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 lastLabelVisibilityProperty

lastLabelVisibilityProperty: Property

Identifies the lastLabelVisibility 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 majorTickIntervalProperty

majorTickIntervalProperty: Property

Identifies the majorTickInterval dependency property.

Static plotModeProperty

plotModeProperty: Property

Identifies the plotMode dependency property.

Static verticalLocationProperty

verticalLocationProperty: Property

Identifies the verticalLocation dependency property.

Generated using TypeDoc