Creates an instance of the DateTimeCategoricalAxis class.
Enables the pan gesture on the axis.
Enables chart zoom gesture on the axis.
Gets or sets the date display format string for axes labels.
Gets or sets the date-time component which will be used to plot the values. Use values exported from DateTimeComponent.
Gets or sets visibility of the first label in the axis. Use values exported from AxisLabelVisibility. This is only supported and used in iOS.
Gets or sets the visibility status of axis.
Gets or sets the horizontal location of the axis. Use values exported from AxisHorizontalLocation.
Gets or sets the id for this axis.
Gets or sets the fit mode for axis labels. Use exported values from AxisLabelFitMode.
Gets or sets the format of the labels displayed by the axis.
Gets or sets the layout mode for axis labels. Use exported values from AxisLabelLayoutMode.
Identifies the labelLayoutMode dependency property.
Gets or sets the margin of axis label.
Gets or sets the rotation angle for axis labels. Requires "Rotation" fit mode for labelFitMode property to be set.
Gets or sets the size of the text labels displayed by the axis.
Gets or sets the color of the labels displayed by the chart.
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.
Gets or sets the color of the axis line.
Gets or sets if the axis line is hidden.
Gets or sets the thickness of the axis line.
Gets or sets the major tick interval.
Gets or sets plot mode for the axis. Use values exported from AxisPlotMode.
Gets or sets the vertical location of the axis. Use values exported from AxisVerticalLocation.
Identifies the allowPan dependency property.
Identifies the allowZoom dependency property.
Identifies the dateFormat dependency property.
Identifies the dateTimeComponent dependency property.
Identifies the firstLabelVisibility dependency property. This is only supported and used in iOS.
Identifies the hidden dependency property.
Identifies the horizontalLocation dependency property.
Identifies the id dependency property of each axis.
Identifies the labelFitMode dependency property.
Identifies the labelFormat dependency property.
Identifies the labelMargin dependency property.
Identifies the labelRotationAngle dependency property.
Identifies the labelSize dependency property.
Identifies the labelTextColor dependency property.
Identifies the lastLabelVisibility dependency property.
Identifies the lineColor dependency property.
Identifies the lineHidden dependency property.
Identifies the lineThickness dependency property.
Identifies the majorTickInterval dependency property.
Identifies the plotMode dependency property.
Identifies the verticalLocation dependency property.
Generated using TypeDoc
Represents a date-time categorical axis within a cartesian chart. This axis type inherits all properties from CategoricalAxis.