[]
Represents one axis of the chart.
public class Chart3DAxis
Name | Description |
---|---|
AnnoFormat | Gets or sets the annotation format. |
AnnoFormatString | Gets or set the annotation format string used with manual formats. |
AnnoMethod | Gets or sets annotation method of the axis. |
AnnoPosition | Gets or sets the position of the axis annotation and text. |
AnnoRotated | Gets or sets whether annotation rotated. |
AutoMajor | Gets or sets whether major tick mark values are calculated automatically. |
AutoMax | Gets or sets whether the axis minimum 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. |
MajorGrid | Gets the major grid lines object. |
Max | Gets or sets the maximum value of the axis. |
Min | Gets or sets the minimum value of the axis. |
Title | Gets or sets the title of the axis. |
UnitMajor | Gets or sets the units between major tickmarks. |
UnitMinor | Gets or sets the units between minor tickmarks. |
ValueLabels | Gets the axis value labels. |
Visible | Gets or sets the axis visibility. |
Name | Description |
---|---|
ShouldSerializeMax() | Returns false if the Axis Max property is in the default state. |
ShouldSerializeMin() | Returns false if the Axis Min property is in the default state. |
ShouldSerializeUnitMajor() | Returns false if the Axis UnitMajor property is in the default state. |
ShouldSerializeUnitMinor() | Returns false if the Axis UnitMinor property is in the default state. |
ToString() |