|
AxisFormatRY
|
Gets or Sets a format string used to format
right y axis grid numbers. {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
|
Gets or Sets a format string used to format
y axis grid numbers. {PRE-TEXT}|{.}{,}{0000}|{POST-TEXT} Where all items
are optional except pipe symbols, and one or more zeros can be provided
in middle section. |
|
AxisLocationRY
|
This property controls axis location when
Grid.Option.AxisSizeRY is used to force a smaller charting right y axis
height. Units are 0 to (100 - AxisSizeRY). |
|
AxisLocationY
|
This property controls axis location when
Grid.Option.AxisSizeY is used to force a smaller charting left y axis
height. Units are 0 to (100 - AxisSizeY). |
|
AxisNumberSpacing
|
This property allows developer to tweak the
amount of space between y axis grid numbers and corresponding y axis label.
For example, setting to .25 will shrink the gap whereas 1.25 will increase
the gap. Default is .75. Units are pecentage of the axis label width. |
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. |
|
AxisSizeRY
|
This property can be used to reduce the chartable
height of the right y axis. Because the axis no longer consumes the entire
possible axis height, Grid.Option.AxisLocationRY is used to control where
the resulting axis is located. Values range from 20 to 100 representing
20% to 100%. |
|
AxisSizeY
|
This property can be used to reduce the chartable
height of the left y axis. Because the axis no longer consumes the entire
possible axis height, Grid.Option.AxisLocationY is used to control where
the resulting axis is located. Values range from 20 to 100 representing
20% to 100%. |
ClipAxesInMetafiles |
When set to True, causes metafile creation to data-clip axes. Data outside the axes is hidden behind the section between axes or hidden on the edge of axes. Useful when
exporting metafiles and you want to preserve some sort of clipping as metafiles do
not inheriently support clipping as they are resolution independent. |
|
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. |
|
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. |
|
DayLabelType
|
Gets and Sets the day label grid line format
when Data.DateTimeMode = True. |
|
DayLightSavings
|
This property controls whether date/time
x axis scales account for day light savings. Set to True for x axis to
spring forward an hour in spring and fall backward an hour in fall. See
also: Function.SetSpringDayLight, Function.SetFallDayLight |
|
ForceRightYAxis
|
Gets or Sets whether y axis is duplicated/mirrored
on the opposite side of grid. |
|
GridAspect
|
Gets and Sets the fixed grid aspect ratio
(width over height). Set to 1.0 to produce a square grid. Set to zero
to create a grid at maximum size. |
|
InvertedRYAxis
|
Gets or Sets whether right y axis is vertically
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. |
|
LogScaleExpLabels
|
Gets or Sets whether log scales show grid
numbers in scientific notation or normal numeric. |
|
LogTickThreshold
|
If a log scales range goes beyond the number
of cycles defined by this property, log scale tick marks are shortened
rather than extended across the graph. Default is 7 cycles. |
|
MonthLabelType
|
Gets and Sets the month label grid line format
when Data.DateTimeMode = True. |
|
MultiAxesSeparators
|
Gets and Sets whether grouped multiple y
axes are separated in varying fashions.Only use this feature when Grid.Option.MultiAxisStyle
is Grouped. |
|
MultiAxisSeparatorSize
|
This property controls the height of the
section/gap produced by Grid.Option.MultiAxisStyle = SeparateAxes. Units
are logical and are 1/100th of the size of the x axis label height. For
example, a value of 100 produces an axis gap equal to the x axis label
height, 200 produces an axis gap twice the distance of the x axis label
height. |
|
MultiAxisStyle
|
This property determines if multiple axes
will be stacked or separated. The size of the separation may be adjusted
with Grid.Option.MultiAxisSeparatorSize. Legends may also be inserted
between axes using Legend.Style. |
|
RYAxisLongTicks
|
Gets or Sets whether right y axis minor tick
marks extend across chart as major grid lines. |
|
ScaleSymbols |
Gets or Sets alternate symbols to represent
numeric magnitude of data. |
|
ShowRYAxis
|
Gets and Sets whether right y axis grid lines,
numbers, and labels are visible. |
|
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. |
|
SpecialScalingRY
|
Gets and Sets whether right y axis grid numbers
are formatted as fractional numbers or decimals. |
|
SpecialScalingY
|
Gets and Sets whether y axis grid numbers
are formatted as fractional numbers or decimals. |
|
TickStyle
|
Gets and Sets the grid minor tick mark style
when Grid.Option.YAxisLongTicks is True. |
|
TimeLabelType
|
Gets and Sets the time label grid line format
when Data.DateTimeMode = True. |
|
VertOrient90Degrees
|
Gets or Sets the orientation of vertical
point labels and vertical x axis grid numbers. True = 90 degrees, False
= 270 degrees. |
|
VgnAxisLabelLocation
|
This property is only used when Grid.Option.YAxisVertGridNumbers
is True. Set to True to place axis labels at top of axis in replacement
of grid numbers near top of axis. |
|
YAxisLongTicks
|
Gets or Sets whether y axis minor tick marks
extend across chart as major grid lines. |
|
YAxisOnRight
|
Gets or Sets whether y axis is on left or
right side of chart. True=right, False=left. If both left and right axes
are present, this property reverses their location. This property applies
to all y axes in a multi y axes implementation. |
|
YAxisVertGridNumbers
|
Set to True to draw Y axis grid numbers vertical
rather than horizontal. See Also: Grid.Option.VgnAxisLabelLocation. |
|
YearLabelType
|
Gets and Sets the year label grid line format
when Data.DateTimeMode = True. |
|
YearMonthDayPrompt
|
Gets and Sets the year-month-day prompt format
when Data.DateTimeMode = True. This prompt generally communicates the
time span of the x axis. |