Skip to main content
A newer version of this page is available. .

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.

Fields

Name Description
AggregationTypeProperty static Identifies the AggregationType bindable property.
ConstantLinesProperty static Identifies the ConstantLines bindable property.
DisplayPositionProperty static Identifies the DisplayPosition bindable property. Inherited from AxisBase.
EmptyRangesVisibleProperty static Identifies the EmptyRangesVisible bindable property.
GridAlignmentProperty static Identifies the GridAlignment bindable property.
GridOffsetProperty static Identifies the GridOffset bindable property.
GridSpacingProperty static Identifies the GridSpacing bindable property.
HintOptionsProperty static Identifies the HintOptions bindable property. Inherited from AxisBase.
LabelFormatAutoReplaceOptionsProperty static Identifies the LabelFormatAutoReplaceOptions bindable 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 MeasureUnit bindable property.
RangeProperty static Identifies the Range bindable property.
StripsProperty static Identifies the Strips 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 Gets or sets the function used to aggregate data. This is a bindable property.
ConstantLines Gets the collection of constant lines that the axis contains. This is a bindable property.
DisplayPosition Gets or sets the axis position. This is a bindable property. Inherited from AxisBase.
EmptyRangesVisible Gets or sets whether the empty ranges are visible on the chart. This is a bindable property.
GridAlignment
GridOffset
GridSpacing
HintOptions Gets or sets an object that configures how the axis interacts with the Hint. This is a bindable property. Inherited from AxisBase.
Label Provides access to the settings that specify the text format, position, and appearance of axis labels. This is a bindable property. 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. This is a bindable property.
LabelTextFormatter Gets or sets an object that provides custom string representations of axis label values to labels. This is a bindable property. Inherited from AxisBase.
Layout Gets or sets the axis layout settings. This is a bindable property. Inherited from AxisBase.
MeasureUnit Gets or sets the detail level for date-time values. This is a bindable property.
Range Gets or sets the axis range settings. This is a bindable property.
Strips Gets the collection of strips that the axis contains. This is a bindable property.
Style Gets or sets the axis appearance settings. This is a bindable property. Inherited from AxisBase.
Synchronizer Gets or sets an object that synchronizes ranges of axes in several charts. This is a bindable property. Inherited from AxisBase.
Title Gets or sets the axis title. This is a bindable property. Inherited from AxisBase.
Visible Gets or sets whether the axis is visible. This is a bindable property. Inherited from AxisBase.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also