AxisFormatX
|
For adding text before and after grid numbers. It also controls placing commas on thousand marks and forcing decimal positions. The format string consists of {PRE-TEXT}|{.}{,}{0000}|{POST-TEXT} Where all items are optional except pipe symbols, and one or more zeros can be provided in middle section.
|
AxisFormatY
|
For adding text before and after grid numbers. It also controls placing commas on thousand marks and forcing decimal positions. The format string consists of {PRE-TEXT}|{.}{,}{0000}|{POST-TEXT} Where all items are optional except pipe symbols, and one or more zeros can be provided in middle section.
|
AxisFormatZ
|
For adding text before and after grid numbers. It also controls placing commas on thousand marks and forcing decimal positions. The format string consists of {PRE-TEXT}|{.}{,}{0000}|{POST-TEXT} Where all items are optional except pipe symbols, and one or more zeros can be provided in middle section.
|
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.
|
GridAspectX
|
Allows control of size/shape of 3d charting volume. Controls size of x axis as relates to z axis. Default 1.0 For example, set to .5 if the x axis length should be half that of z.
|
GridAspectY
|
Allows control of size/shape of 3d charting volume. Controls size of z axis as relates to x and z axis. Default 1.0 For example, set to .5 if the z axis length should be half that of x axis.
|
GridAspectZ
|
Allows control of size/shape of 3d charting volume. Controls size of z axis as relates to x and y axis. Default 1.0 For example, set to .5 if the z axis length should be half that of x axis.
|
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.
|