|
AxisBorders
|
When PeConfigure.BorderTypes is set to NoBorders, this property controls if axes still include a minimal border line where grid numbers are located.
|
|
AxisBorderType
|
This property allows per axis control of the axis type. Before setting or reading this property, set WorkingAxis to identify the working axis. VCL Enumerations: Replace the x prefix with either g(graph), sg(scientific graph).
|
|
Boundary
|
Properties providing control over y axis upper and lower control limit regions.
|
|
Configure
|
Features related to configuring axes: range, and grid line/tick density.
|
|
ForceVerticalPoints
|
This property controls whether point labels are forced into vertical, horizontal, or slanted orientation, or the orientation is automatically determined by the object. Graph VCL Enumerations eForceVerticalPoints =(gAutoOrientation, gVertical, gHorizontal, gSlanted);
|
|
InFront
|
This property controls whether the graphs grid is placed behind or in front of the plotting method graphics.
|
|
LineControl
|
This property controls the horizontal and vertical lines which make the graphs grid. Possible values are as follows: VCL Enumerations Replace the x prefix with either g(graph), sg(scientific graph), or td(3d graph) eGridLineControl = (gYPlusXAxis, gYAxis, gXAxis, gNoGrid);
|
|
MultiAxesProportions
|
This property controls the amount of vertical space an axis or overlapping axis consumes. Valid values range from 0.05 to 0.95. When combined, all proportions must equal 1.0 meaning 100% of the graphs vertical space.
|
|
MultiAxesSubsets
|
You will use this property to subdivide your subsets among multiple axes. When not using OverlapMultiAxes, only two y axes (one left, and one right) can share the same graph real-estate. When MultiAxesSubsets are defined, resulting axes-pairs are stacked vertically top to bottom.
|
|
Option
|
Properties providing more control over various grid features.
|
|
OverlapMultiAxes
|
This property array lets you subdivide your MultiAxesSubsets as MultiAxesSubsets let you subdivide your Subsets. In other words, you can subdivide your MultiAxesSubsets among overlapping multiple axis sections.
|
|
Style
|
This property controls the style of line used to form the graphs grid. Possible values are as follows: Graph VCL Enumerations eGridStyle = (gThin, gThick, gDot, gDash, gPixel); Scientific Graph VCL Enumerations eGridStyle = (sgThin, sgThick, sgDot, sgDash, sgPixel);
|
|
SubsetAxes
|
Allows per subset control of axis index. When using this property array, the subset order is no longer related to setting MultiAxesSubsets. SubsetAxes[nSubset] = 0-15 When not using this feature, be sure it is emptied with .Clear().
|
|
WorkingAxesToGraph
|
Read only property array, to determine the current axes being graphed. Zooming or adjusting RandomSubsetsToGraph can alter which axes get graphed.
|
|
WorkingAxis
|
For a multiple axis implementation, this property controls which y axis is currently being set or accessed.
|
|
Zoom
|
Properties providing zoomed state information.
|