|
SpecificPlotMode
Purpose The Graph Object has complex plotting methods (PlottingMethod) which require multiple subsets. These types of plotting methods are called Specific Plotting Methods. The following constants tell the Graph Object whether a Specific Plotting Method is being graphed and of what type.
Graph VCL Enumerations eSpecificPlotMode = (gNormal, gHighLowBar, gHighLowLine, gHighLowClose, gOpenHighLowClose, gBoxPlot);
Scientific Graph VCL Enumerations eSpecificPlotMode = (sgNormal, sgHighLowBar, sgHighLowLine, sgHighLowClose, sgOpenHighLowClose, sgBoxPlot);
Comments PePlot.SpecificPlotMode members of Pego.PePlot, Pesgo.PePlot
The subsets should be ordered as described in the above Description section.
The Specific Plotting Method is only displayed when PlottingMethod equals PEGPM_SPECIFICPLOTMODE.
For the Box Plot method you can reverse the order of BoxStart and BoxEnd subsets. This changes the polarity of whether the Box is filled or not-filled.
See Also: SpecificPlotModeColor
For more information, see Chapter 7, Question 13. |
©2022 Gigasoft, Inc. | All rights reserved.
Gigasoft is a registered trademark, and ProEssentials a trademark of Gigasoft, Inc. |