ChartAxes Class
Represents chart axes.
- Inheritance:
- System.ObjectChartAxes
Properties
Horizontal
Gets the horizontal chart axis.
Property Value
The horizontal chart axis.
HorizontalCategory
Gets the horizontal chart axis as category axis, if horizontal chart axis is category axis; otherwise null.
public CategoryAxis HorizontalCategory { get; }
Public ReadOnly Property HorizontalCategory As CategoryAxis
Property Value
The horizontal chart axis as category axis, if horizontal chart axis is category axis; otherwise null.
HorizontalDate
Gets the horizontal chart axis as date axis, if horizontal chart axis is date axis; otherwise null.
Property Value
The horizontal chart axis as date axis, if horizontal chart axis is date axis; otherwise null.
HorizontalValue
Gets the horizontal chart axis as value axis, if horizontal chart axis is value axis; otherwise null.
public ValueAxis HorizontalValue { get; }
Public ReadOnly Property HorizontalValue As ValueAxis
Property Value
The horizontal chart axis as value axis, if horizontal chart axis is value axis; otherwise null.
IsVisible
Gets or sets a value indicating whether any axis is visible.
Property Value
- System.Boolean
true if any axis is visible; otherwise, false.
Vertical
Gets the vertical chart axis.
Property Value
The vertical chart axis.
VerticalCategory
Gets the vertical chart axis as category axis, if vertical chart axis is category axis; otherwise null.
public CategoryAxis VerticalCategory { get; }
Public ReadOnly Property VerticalCategory As CategoryAxis
Property Value
The vertical chart axis as category axis, if vertical chart axis is category axis; otherwise null.
VerticalDate
Gets the vertical chart axis as date axis, if vertical chart axis is date axis; otherwise null.
Property Value
The vertical chart axis as date axis, if vertical chart axis is date axis; otherwise null.
VerticalValue
Gets the vertical chart axis as value axis, if vertical chart axis is value axis; otherwise null.
Property Value
The vertical chart axis as value axis, if vertical chart axis is value axis; otherwise null.
Methods
Delete()
Deletes axes.
ToString()
Returns a System.String that represents this ChartAxes instance.
Returns
- System.String
A System.String that represents this ChartAxes instance.
Overrides
Remarks
This method should be used primarily for debugging purposes and should be considered volatile (format of its return value might change in future versions).