DateTimeAxisX Members
The X-axis that the chart uses to display series of data points with date-time arguments.Constructors
Name | Description |
---|---|
DateTimeAxisX() | Initializes a new instance of the DateTimeAxisX class with default settings. |
Fields
Name | Description |
---|---|
AggregationTypeProperty static | Identifies the DataSource bindable property. |
ConstantLinesProperty static | Identifies the DataSource bindable property. |
DisplayPositionProperty static | Identifies the DisplayPosition bindable property. Inherited from AxisBase. |
EmptyRangesVisibleProperty static | Identifies the DataSource bindable property. |
GridAlignmentProperty static | Identifies the DataSource bindable property. |
GridOffsetProperty static | Identifies the DataSource bindable property. |
GridSpacingProperty static | Identifies the DataSource bindable property. |
HintOptionsProperty static | Identifies the HintOptions bindable property. Inherited from AxisBase. |
LabelFormatAutoReplaceOptionsProperty static | Identifies the LabelFormatAutoReplaceOptions dependency property. |
LabelProperty static | Identifies the Label bindable property. Inherited from AxisBase. |
LabelTextFormatterProperty static | Identifies the LabelTextFormatter bindable property. Inherited from AxisBase. |
LayoutProperty static | Identifies the Layout bindable property. Inherited from AxisBase. |
MeasureUnitProperty static | Identifies the DataSource bindable property. |
PositionProperty static | Identifies the Position bindable property. Inherited from AxisBase. |
RangeProperty static | Identifies the DataSource bindable property. |
StripsProperty static | Identifies the DataSource bindable property. |
StyleProperty static | Identifies the Style bindable property. Inherited from AxisBase. |
SynchronizerProperty static | Identifies the Synchronizer bindable property. Inherited from AxisBase. |
TitleProperty static | Identifies the Title bindable property. Inherited from AxisBase. |
VisibleProperty static | Identifies the Visible bindable property. Inherited from AxisBase. |
Properties
Name | Description |
---|---|
AggregationType | Specifies the function used to aggregate data. |
ConstantLines | Gets the collection of constant lines that the axis contains. |
DisplayPosition | Specifies the axis position. Inherited from AxisBase. |
EmptyRangesVisible | Specifies whether the empty ranges are visible on the chart. |
GridAlignment | |
GridOffset | |
GridSpacing | |
HintOptions | Gets or sets an object that configures how the axis interacts with the Hint. Inherited from AxisBase. |
Label | Provides access to the settings that specify the text format, position, and appearance of axis labels. Inherited from AxisBase. |
LabelFormatAutoReplaceOptions | Gets or sets whether the date-time axis detects if adjacent argument values belong to different time intervals (for example, days of different months) and automatically displays a transition label (for example, the first-day label of the next month) with a different format. |
LabelTextFormatter | Gets or sets an object that provides custom string representations of axis label values to labels. Inherited from AxisBase. |
Layout | Gets or sets the axis layout settings. Inherited from AxisBase. |
MeasureUnit | Gets or sets the detail level for date-time values. |
Position | Obsolete. This property is obsolete (use the DisplayPosition property instead). Inherited from AxisBase. |
Range | Specifies the axis range settings. |
Strips | Gets the collection of strips that the axis contains. |
Style | Gets or sets the axis appearance settings. Inherited from AxisBase. |
Synchronizer | Gets or sets an object that synchronizes ranges of axes in several charts. Inherited from AxisBase. |
Title | Specifies the axis title. Inherited from AxisBase. |
Visible | Specifies whether the axis is visible. Inherited from AxisBase. |
See Also