The following tables list the members exposed by Axis.
Name | Description | |
---|---|---|
ActualMajorStroke | Gets or sets the ActualMajorStroke property. | |
ActualMinorStroke | Gets or sets the ActualMinorStroke property. | |
ActualStroke | Gets or sets the effective stroke used for the axis. | |
Annotations | Gets the current annotations for the axis. | |
CrossingAxis | Gets or sets the CrossingAxis property. | |
CrossingValue | Gets or sets the CrossingValue property. | |
EnhancedIntervalMinimumCharacters | Gets or sets the mininum desired characters to be displayed for horizontal axes when using advanced label heuristics. -1 will attempt to adjust the interval to precisely fit the horizontal labels. | |
IsAngular | Gets if the current axis is of angular axis type | |
IsCategory | Gets or sets if the current axis is of category axis type | |
IsCategoryDateTime | Gets if the current axis is of category date time axis type | |
IsContinuous | Gets if the current axis is a continuous rather than a discrete scale | |
IsDateTime | Gets or sets if the current axis is of date time axis type | |
IsDisabled | Gets or sets the IsDisabled property. If true, the axis will not be rendered. | |
IsInverted | Gets or sets the IsInverted property. | |
IsNumeric | Gets or sets if the current axis is of numeric axis type | |
IsPiecewise | Gets or sets if the axis is a piecewise scaling function. | |
IsRadial | Gets or sets if the current axis is of radial axis type | |
IsSorting | Gets or sets if the current axis is sorting data items | |
IsVertical | Gets if the current axis is a vertical axis. | |
Label | Gets or sets the axis label format string. | |
LabelAngle | Gets or sets the angle of the axis labels. | |
LabelBottomMargin | Margin applied below the axis labels. | |
LabelExtent | Distance between the axis and the edge of the control. | |
LabelFont | Returns or sets the font for the axis labels. | |
LabelFontFamily | Returns or sets the font family for the axis labels. | |
LabelFontSize | Returns or sets the font size for the axis labels. | |
LabelFontStyle | Returns or sets the font style for the axis labels. | |
LabelHorizontalAlignment | Gets or sets the horizontal alignment of the axis labels. | |
LabelLeftMargin | Margin applied to the left of the axis labels. | |
LabelLocation | Gets or sets the location of the axis labels. | |
LabelRightMargin | Margin applied to the right of the axis labels. | |
LabelShowFirstLabel | Gets or sets whether the first label is displayed when the zoom level is set to 1. | |
LabelTextColor | The color of the axis labels. | |
LabelTopMargin | Margin applied above the axis labels. | |
LabelVerticalAlignment | Gets or sets the vertical alignment of the axis labels. | |
LabelVisibility | Gets or sets the visibility of the axis labels. | |
MajorStroke | Gets or sets the MajorStroke property. | |
MajorStrokeThickness | Gets or sets the MajorStrokeThickness property. | |
MinorStroke | Gets or sets the MinorStroke property. | |
MinorStrokeThickness | Gets or sets the MinorStrokeThickness property. | |
Name | Gets or sets the name to use for the series. | |
SeriesViewer | Gets the ChartArea for the current Axis object. | |
Strip | Gets or sets the Strip property. | |
Stroke | Gets or sets the Stroke property. | |
StrokeThickness | Gets or sets the StrokeThickness property. | |
TickLength | Gets or sets the TickLength property. | |
TickStroke | Gets or sets the TickStroke property. | |
TickStrokeThickness | Gets or sets the TickStrokeThickness property. | |
Title | Gets or sets the Title property. | |
TitleAngle | Gets or sets the angle of the axis title. | |
TitleBottomMargin | Margin applied below the axis title. | |
TitleFont | Returns or sets the font for the axis title. | |
TitleFontFamily | Returns or sets the font family for the axis title. | |
TitleFontSize | Returns or sets the font size for the axis title. | |
TitleFontStyle | Returns or sets the font style for the axis title. | |
TitleHorizontalAlignment | Gets or sets the horizontal alignment of the axis title. | |
TitleLeftMargin | Margin applied to the left of the axis title. | |
TitleLocation | Gets or sets the location of the axis title. | |
TitlePosition | Gets or sets the title position relative to the axis labels. | |
TitleRightMargin | Margin applied to the right of the axis title. | |
TitleShowFirstLabel | Gets or sets whether the first label is displayed when the zoom level is set to 1. | |
TitleTextColor | The color of the axis title. | |
TitleTopMargin | Margin applied above the axis title. | |
TitleVerticalAlignment | Gets or sets the vertical alignment of the axis title. | |
TitleVisibility | Gets or sets the visibility of the axis title. | |
UseEnhancedIntervalManagement | Gets or sets whether to use more advanced heuristics when determining the initial number of labels to render, before resolving collisions, etc. |
Name | Description | |
---|---|---|
DeregisterSeries | Deregisters a series that uses an axis from the axis. | |
ExportVisualData | Exports visual information about the series for use by external tools and functionality. | |
GetItemValue | Gets a value based on one of the valid member paths for this axis type. | |
GetScaledValue | Gets the scaled viewport value from an unscaled axis value. | |
GetUnscaledValue | Gets the unscaled axis value from an scaled viewport value. | |
GetValueLabel | Gets the label for a data item. | |
RegisterSeries | Registers a series that uses an axis with the axis. | |
RenderAxis | Renders the axis with no animation. | |
ResetCachedEnhancedInterval | If using enhanced interval management and precise interval fitting, this will reset the cached maximum label width, and recalculate using the current labels. | |
ScaleValue | Scales a value from axis space into screen space. | |
UpdateRange | Overloaded. Updates the axis range. |
Name | Description | |
---|---|---|
OnFormatLabel | Used to invoke the Axis.FormatLabel event. | |
OnPropertyChanged | Used to raise the PropertyChanged event when a property of the object has been changed. | |
OnRangeChanged | Used to invoke the Axis.RangeChanged event. | |
OnRenderRequested | Used to invoke the Axis.RenderRequested event. |
Name | Description | |
---|---|---|
FormatLabel | Event raised for the purpose of determining the text of each label. | |
PropertyChanged | Invoked when a property of the object has been changed. | |
RangeChanged | Occurs when the axis range changes. | |
RenderRequested | This event is raised every time a render has been requested from a series. |