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

DateTimeAxisX Members

The X-axis the chart uses to display series that represent data sources with date-time arguments (when theIXYSeriesData.GetDataType‘s implementation returns DateTime, WeightedDateTime, and Financial).

Constructors

Name Description
DateTimeAxisX() Initializes a new instance of the DateTimeAxisX class with default settings.

Fields

Name Description
AggregationTypeProperty static
ConstantLinesProperty static
GridAlignmentProperty static
GridOffsetProperty static
GridSpacingProperty static
HintOptionsProperty static Identifies the HintOptions bindable property. Inherited from AxisBase.
LabelProperty static Identifies the Label bindable property. Inherited from AxisBase.
LabelTextFormatterProperty static Identifies the LabelTextFormatter bindable property. Inherited from AxisBase.
MeasureUnitProperty static
PositionProperty static Identifies the Position bindable property. Inherited from AxisBase.
RangeProperty static
StripsProperty static
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
ConstantLines
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.
LabelTextFormatter Gets or sets an object that provides custom string representations of axis label values to labels. Inherited from AxisBase.
MeasureUnit
Position Gets or sets the axis position. Inherited from AxisBase.
Range
Strips
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.

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