The TwxAxis type exposes the following members.
Properties
Name | Description | |
---|---|---|
Background |
Gets or sets the axis background.
| |
BaseTickmarkTimeAlignment |
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.
| |
CustomLabelDateFormat |
Custom date format of tickmark labels.
| |
CustomLabelFormat |
Custom date/time format of tickmark labels.
| |
CustomLabelTimeFormat |
Custom time format of tickmark labels.
| |
CustomTickmarkTimeAlignment |
Custom interval between major tick marks and gridlines.
| |
IsVisible |
Axis is visible in axis panel.
| |
IsZoomEnabled |
Zoom is enabled on this axis.
| |
LabelDateFormat |
Date format of tickmark labels.
| |
LabelDateTimeMode |
Visibility of date and time components in tickmark labels.
| |
LabelDateTimeSeparator |
Custom separator of date and time components.
| |
LabelFontFamily |
Get or set the font family used for labels (and other text elements) displayed in the axis area.
| |
LabelFontSize |
Get or set the font size used for labels (and other text elements) displayed in the axis area.
| |
LabelForeground |
Get or set the axis labels text color.
| |
LabelNumberFormat |
Format string when displaying numbers in the labels
| |
LabelTimeFormat |
Time format of tickmark labels.
| |
MajorTickmarks |
Number of major tick marks with labels.
| |
MajorTickmarkSize |
Get or set the length of the major tickmarks.
| |
MinorTickmarks |
Number of minor tick marks between major tick marks.
Minor tick marks do not have labels.
| |
MinorTickmarkSize |
Get or set the length of the minor tickmarks.
| |
ShowPenMarkers |
Axis has pen markers.
| |
ShowTitle |
Gets or sets whether the title for this axis will be visible.
| |
Stroke |
Stroke of axis tick marks.
| |
TickmarkTimeAlignment |
Time interval between major tick marks and gridlines.
| |
TickmarkTimeValue |
Time interval multiplier between major tick marks and gridlines.
| |
Title |
Gets or sets whether title for this axis.
| |
TitleAlignment |
Gets or sets title alignment for this axis.
| |
UseBaseTickmarkTimeAlignment |
Enables base alignment for major tick marks and gridlines.
Applies for constant number of tick marks as well as for time-aligned tick marks.
| |
UseCustomLabelFormat |
Use custom date/time format of tickmark labels.
| |
UseTickmarkTimeAlignment |
Enables time alignment of major tick marks and gridlines.
|