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

AxisBase Members

The base class for Cartesian Chart’s axes.

Fields

Name Description
DisplayPositionProperty static Identifies the DisplayPosition bindable property.
HintOptionsProperty static Identifies the HintOptions bindable property.
LabelProperty static Identifies the Label bindable property.
LabelTextFormatterProperty static Identifies the LabelTextFormatter bindable property.
LayoutProperty static Identifies the Layout bindable property.
StyleProperty static Identifies the Style bindable property.
SynchronizerProperty static Identifies the Synchronizer bindable property.
TitleProperty static Identifies the Title bindable property.
VisibleProperty static Identifies the Visible bindable property.

Properties

Name Description
DisplayPosition Gets or sets the axis position. This is a bindable property.
HintOptions Gets or sets an object that configures how the axis interacts with the Hint. This is a bindable property.
Label Provides access to the settings that specify the text format, position, and appearance of axis labels. 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.
Layout Gets or sets the axis layout settings. This is a bindable property.
Style Gets or sets the axis appearance settings. This is a bindable property.
Synchronizer Gets or sets an object that synchronizes ranges of axes in several charts. This is a bindable property.
Title Gets or sets the axis title. This is a bindable property.
Visible Gets or sets whether the axis is visible. This is a bindable property.

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