ValueAxisEx Members
Constructors
| Name | Description |
|---|---|
| ValueAxisEx() | Initializes a new instance of the ValueAxisEx class. |
Properties
| Name | Description |
|---|---|
| AxisType | |
| DisplayUnit | Gets or sets display unit settings for axis labels. Inherited from AxisEx. |
| Effects | Inherited from ChartElement. |
| Fill | Inherited from ChartElement. |
| LabelTextProperties | Gets or sets text formatting settings for axis labels. Inherited from AxisBase. |
| MajorGridlines | Gets or sets line settings for major gridlines. Inherited from AxisBase. |
| MajorTickMark | Gets or sets the major tick mark position type. Inherited from AxisBase. |
| MajorUnit | Gets or sets the interval between major ticks. Inherited from AxisEx. |
| MinorGridlines | Gets or sets line settings for minor gridlines. Inherited from AxisBase. |
| MinorTickMark | Gets or sets the minor tick mark position type. Inherited from AxisBase. |
| MinorUnit | Gets or sets the interval between minor ticks. Inherited from AxisEx. |
| NumberFormat | Gets or sets number format options for numerical values displayed in axis labels. Inherited from AxisBase. |
| OutlineStyle | Inherited from ChartElement. |
| Scaling | |
| TickLabelPosition | Gets or sets the tick label position relative to the axis. Inherited from AxisBase. |
| Title | Gets or sets title settings for the ChartEx axis. Inherited from AxisEx. |
| Visible | Gets or sets whether the axis is visible. Inherited from AxisBase. |
Methods
| Name | Description |
|---|---|
| Clone() | |
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also