[]
The base class for axes of the 2D and 3D chart.
public class ChartAxis : ChartObject, INotifyPropertyChanged, IC1Serializable
Name | Description |
---|---|
AnnoFormat | Gets or sets the annotation format for the axis. |
AnnoFormatString | Gets or sets the annnotation format string used with manual formats. |
AutoMajor | Gets or sets whether major tick mark values are calcualted automatically. |
AutoMax | Gets or sets whether the axis maximum value is calculated automatically. |
AutoMin | Gets or sets whether the axis minimum value is calculated automatically. |
AutoMinor | Gets or sets whether minor tick mark values are calculated automatically. |
AxisID | Gets the kind (X, Y, Y2 or Z) of the axis. |
Max | Gets or sets the maximum value of the axis. |
Min | Gets or sets the minimum value of the axis. |
Name | Gets the name (X, Y, Y2 or Z) of the axis. |
Title | Gets or sets the textual caption of the axis. |
UnitMajor | Gets or sets the units between major tick marks. |
UnitMinor | Gets or sets the units between minor tick marks. |
Visible | Gets or sets the axis visibility. |
Name | Description |
---|---|
AssignFrom(ChartObject) | For internal use only. Assigns (copies) properties from another ChartObject to the current object. |