AxisNumericFormatX |
The default is to place symbols such as K(thousand), M(illiion), B(illion) on large or small numbers (see ScaleSymbols.) This feature allows for exponential notation on the x axis. |
AxisNumericFormatY |
The default is to place symbols such as K(thousand), M(illiion), B(illion) on large or small numbers (see ScaleSymbols.) This feature allows for exponential notation on the y axis. |
AxisNumericFormatZ |
The default is to place symbols such as K(thousand), M(illiion), B(illion) on large or small numbers (see ScaleSymbols.) This feature allows for exponential notation on the z axis. |
|
CustomGridNumbersX
|
Set this property to True to enable event
driven x axis grid number formatting via CustomGridNumber event. Within
the CustomGridNumber event, the developer can set the e.NumberString argument
which controls the text for the grid line. |
|
CustomGridNumbersY
|
Set this property to True to enable event
driven left y axis grid number formatting via CustomGridNumber event.
Within the CustomGridNumber event, the developer can set the e.NumberString
argument which controls the text for the grid line. |
|
CustomGridNumbersZ
|
Set this property to True to enable event
driven z axis grid number formatting via CustomGridNumber event. Within
the CustomGridNumber event, the developer can set the e.NumberString argument
which controls the text for the grid line. |
|
InvertedXAxis
|
Gets or Sets whether x axis is horziontally
reversed in polarity. Subset data must be multiplied by (-1) when passed
into the chart to achieve the desired effect. |
|
InvertedYAxis
|
Gets or Sets whether y axis is vertically
reversed in polarity. Subset data must be multiplied by (-1) when passed
into the chart to achieve the desired effect. |
|
InvertedZAxis
|
Gets or Sets whether z axis is vertically
reversed in polarity. Subset data must be multiplied by (-1) when passed
into the chart to achieve the desired effect. |
|
ScaleSymbols |
Gets or Sets alternate symbols to represent
numeric magnitude of data. |
|
ShowXAxis
|
Gets and Sets whether x axis grid lines,
numbers, and labels are visible. |
|
ShowYAxis
|
Gets and Sets whether y axis grid lines,
numbers, and labels are visible. |
|
ShowZAxis
|
Gets and Sets whether z axis grid lines,
numbers, and labels are visible. |
|
TickStyle
|
Gets and Sets the grid minor tick mark style
when Grid.Option.YAxisLongTicks is True. |
|
XAxisLongTicks
|
Gets or Sets whether x axis minor tick marks
extend across chart as major grid lines. |
|
YAxisLongTicks
|
Gets or Sets whether y axis minor tick marks
extend across chart as major grid lines. |
|
ZAxisLongTicks
|
Gets or Sets whether z axis minor tick marks
extend across chart as major grid lines. |