|
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 message/event driven right y axis grid number formatting via... .NET PeCustomGridNumber event or OCX/VCL CustomGridNumber event or C/C++ PEWN_CUSTOMGRIDNUMBERS notification message.
|
|
CustomGridNumbersX
|
Set this property to True to enable message/event driven bottom x axis grid number formatting via... .NET PeCustomGridNumber event or OCX/VCL CustomGridNumber event or C/C++ PEWN_CUSTOMGRIDNUMBERS notification message.
|
|
CustomGridNumbersY
|
Set this property to True to enable message/event driven left y axis grid number formatting via... .NET PeCustomGridNumber event or OCX/VCL CustomGridNumber event or C/C++ PEWN_CUSTOMGRIDNUMBERS notification message.
|
|
InvertedXAxis
|
This property controls the apparent polarity of the axis.
|
|
PolarScaleAlternative
|
Optional control of how negative data is plotted within a polar chart.
|
|
ScaleSymbols
|
ProEssentials v6 has new scaling logic that places symbols within the Grid Numbers to help preserve real-estate when displaying large or small numbers.
|
|
ShowPolarGrid
|
This property is only used if SmithChart is set to PESM_SMITH. It controls whether there will be a horizontal and/or vertical grid line bisecting the smith grid. Possible values are defined by the following constants:.
|
|
ShowTickMarkRY
|
This property controls how tick marks are included for a right y axis.
|
|
ShowTickMarkX
|
This property controls how tick marks are included for the x axis. If using a table annotation on the bottom of the axis set this constant to PESTM_TICKS_OUTSIDE to avoid overlapping the ticks into the table.
|
|
ShowTickMarkY
|
This property controls how tick marks are included for a y axis. Possible values are defined by the following constants: VCL Enumerations Replace the x prefix with either g(graph), sg(scientific graph), ps(polar/smith) eShowTickMarks = (xTicksInside, xTicksOutside, xTicksHide);
|
|
ShowXAxis
|
This property controls the style of x axis to display. Graph VCL Enumerations eShowAxis = (gGridPlusAxisLabels, gAxisLabels, gGridLabels, gNoLabels, gAxisLabelsOnly, gEmpty);
|
|
ShowYAxis
|
This property controls the style of y axis to display. Graph VCL Enumerations eShowAxis = (gGridPlusAxisLabels, gAxisLabels, gGridLabels, gNoLabels, gAxisLabelsOnly, gEmpty);
|
|
SmartSmithGrid
|
This property prevents R and X rings from converging into r = infinity, making the chart more readable.
|
|
TickStyle
|
This property sets the style for tick marks when used with YAxisLongTicks, and XAxisLongTicks. .NET Gigasoft.Enums.
|
|
XAxisLongTicks
|
This property controls the length of minor grid tick marks.
|
|
YAxisLongTicks
|
This property controls the length of minor grid tick marks.
|