AxisNumericFormatRY |
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 right y 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. |
|
CustomGridNumbersRY
|
Set this property to True to enable event
driven right 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. |
|
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. |
|
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. |
PolarScaleAlternative |
Optional control of how negative data is plotted, offset by 180 degrees, or forced to center of chart. |
|
ScaleSymbols |
Gets or Sets alternate symbols to represent
numeric magnitude of data. |
|
ShowPolarGrid
|
Gets and Sets whether the Smith scales will
also show major polar grid lines. |
|
ShowTickMarkRY
|
Gets and Sets the style of tick marks for
right y axis. Establish Grid.WorkingAxis before setting this property
if working with multiple y axes. |
|
ShowTickMarkX
|
Gets and Sets the style of tick marks for
x axis. |
|
ShowTickMarkY
|
Gets and Sets the style of tick marks for
y axis. Establish Grid.WorkingAxis before setting this property if working
with multiple y axes. |
|
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. |
|
SmartSmithGrid
|
Gets or Sets whether R and X rings converge
into r = infinity, making the chart more readable. |
|
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. |