[]
Represents the Base class for axes.
public abstract class Axis
Public MustInherit Class Axis
Name | Description |
---|---|
Axis() | Creates a new axis. |
Axis(Axis) | Creates a new axis that is a deep copy of the specified axis. |
Name | Description |
---|---|
_titleManualLayout | Specifies whether the axis title items are placed manually. |
_titleOverlay | Specifies whether the axis title overlaps the axis label. |
Name | Description |
---|---|
LabelFormatter | Gets or sets the label formatter object for the axis labels. |
TitleManualLayout | Gets or sets whether the axis title items are placed manually. |
TitleOverlay | Gets whether the axis title overlaps the axis label. |
Name | Description |
---|---|
OnChanged(EventArgs) | Raises the Changed event. |
Name | Description |
---|---|
Changed | Occurs when the axis is changed. |