ValueAxis Class
Represents an axis used for series values.
- Inheritance:
- System.
Object ValueAxis
Properties
AxisType
Property Value
Overrides
MajorUnit
Gets or sets the distance between major ticks or null if value should be automatically calculated based on chart's data.
Property Value
- System.
Nullable <System.Double >
The distance between major ticks or null if value should be automatically calculated based on chart's data.
Exceptions
- System.
Argument Out Of Range Exception
Value is not positive number or is smaller than MinorUnit.
Maximum
Gets or sets the maximum value of the axis or null if value should be automatically calculated based on chart's data.
Property Value
- System.
Nullable <System.Double >
The maximum value of the axis or null if value should be automatically calculated based on chart's data.
Exceptions
- System.
Argument Out Of Range Exception
Value is smaller than Minimum.
Minimum
Gets or sets the minimum value of the axis or null if value should be automatically calculated based on chart's data.
Property Value
- System.
Nullable <System.Double >
The minimum value of the axis or null if value should be automatically calculated based on chart's data.
Exceptions
- System.
Argument Out Of Range Exception
Value is greater than Maximum.
MinorUnit
Gets or sets the distance between minor ticks or null if value should be automatically calculated based on chart's data.
Property Value
- System.
Nullable <System.Double >
The distance between minor ticks or null if value should be automatically calculated based on chart's data.
Exceptions
- System.
Argument Out Of Range Exception
Value is not positive number or is greater than MajorUnit.
Inherited Properties
Cross | Gets or sets the axis cross configuration. (Inherited from Chart |
Crosses | Gets or sets the specific value or category on which the opposite axis should be positioned. To be used with Cross (Inherited from Chart |
Fill | Gets or sets the fill formatting options. (Inherited from Chart |
Is | Gets or sets a value indicating whether axis is visible. (Inherited from Chart |
Labels | Gets or sets the axis labels position. (Inherited from Chart |
Major | Gets the major gridlines. (Inherited from Chart |
Major | Gets or sets the major tick marks position. (Inherited from Chart |
Minor | Gets the minor gridlines. (Inherited from Chart |
Minor | Gets or sets the minor tick marks position. (Inherited from Chart |
Number | Gets or sets the number format used for formatting axis value labels. If Number (Inherited from Chart |
Number | Gets or sets a value indicating whether number format from chart's source data (cells) will be used to format axis value labels. (Inherited from Chart |
Outline | Gets or sets the outline formatting options. (Inherited from Chart |
Reverse | Gets or sets a value indicating whether values on the axis shall be reversed so they go from maximum to minimum. This value is currently not supported when exporting a chart to PDF, XPS, or image formats. This value is always exported as false. (Inherited from Chart |
Text | Gets or sets the text box formatting. (Inherited from Chart |
Text | Gets or sets the text formatting options. (Inherited from Chart |
Title | Gets the axis title. (Inherited from Chart |
Inherited Methods
Change | Changes the type of the axis. (Inherited from Chart |
ChangeAxisType<TChartAxis>() | Changes the type of the axis. (Inherited from Chart |
Delete() | Deletes axis. (Inherited from Chart |
To | Returns a System. (Inherited from Chart |