The TwxAxis type exposes the following members.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Protected methodGetPropertyName``1 (Inherited from BindableObject.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodOnPropertyChanged(String) (Inherited from BindableObject.)
Protected methodOnPropertyChanged``1(Expression<(Of <<'(Func<(Of <<'(UMP>)>>)>)>>)) (Inherited from BindableObject.)
Protected methodSetAndNotify``1(UMP%, UMP, Expression<(Of <<'(Func<(Of <<'(UMP>)>>)>)>>)) (Inherited from BindableObject.)
Protected methodSetAndNotify``1(UMP%, UMP, String) (Inherited from BindableObject.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyBackground
Gets or sets the axis background.
Public propertyBaseTickmarkTimeAlignment
Base time alignment for major tick marks and gridlines. Use to shift time of generated tick marks to specific fraction of the major interval. For example set TickmarkTimeAlignment to Days and then set this value to 6:00:00 to generate one tick mark per day at 6 AM.
Public propertyCustomLabelDateFormat
Custom date format of tickmark labels.
Public propertyCustomLabelFormat
Custom date/time format of tickmark labels.
Public propertyCustomLabelTimeFormat
Custom time format of tickmark labels.
Public propertyCustomTickmarkTimeAlignment
Custom interval between major tick marks and gridlines.
Public propertyIsVisible
Axis is visible in axis panel.
Public propertyIsZoomEnabled
Zoom is enabled on this axis.
Public propertyLabelDateFormat
Date format of tickmark labels.
Public propertyLabelDateTimeMode
Visibility of date and time components in tickmark labels.
Public propertyLabelDateTimeSeparator
Custom separator of date and time components.
Public propertyLabelFontFamily
Get or set the font family used for labels (and other text elements) displayed in the axis area.
Public propertyLabelFontSize
Get or set the font size used for labels (and other text elements) displayed in the axis area.
Public propertyLabelForeground
Get or set the axis labels text color.
Public propertyLabelNumberFormat
Format string when displaying numbers in the labels
Public propertyLabelTimeFormat
Time format of tickmark labels.
Public propertyMajorTickmarks
Number of major tick marks with labels.
Public propertyMajorTickmarkSize
Get or set the length of the major tickmarks.
Public propertyMinorTickmarks
Number of minor tick marks between major tick marks. Minor tick marks do not have labels.
Public propertyMinorTickmarkSize
Get or set the length of the minor tickmarks.
Public propertyShowPenMarkers
Axis has pen markers.
Public propertyShowTitle
Gets or sets whether the title for this axis will be visible.
Public propertyStroke
Stroke of axis tick marks.
Public propertyTickmarkTimeAlignment
Time interval between major tick marks and gridlines.
Public propertyTickmarkTimeValue
Time interval multiplier between major tick marks and gridlines.
Public propertyTitle
Gets or sets whether title for this axis.
Public propertyTitleAlignment
Gets or sets title alignment for this axis.
Public propertyUseBaseTickmarkTimeAlignment
Enables base alignment for major tick marks and gridlines. Applies for constant number of tick marks as well as for time-aligned tick marks.
Public propertyUseCustomLabelFormat
Use custom date/time format of tickmark labels.
Public propertyUseTickmarkTimeAlignment
Enables time alignment of major tick marks and gridlines.

Events

  NameDescription
Public eventPropertyChanged (Inherited from BindableObject.)

See Also