|
CurveGranularity
Purpose This property controls the quantity of line-segments used to produce the curved lines for the Spline and Best Fit Curve/Line plotting methods. Setting to ExtraFine will effect performance so this setting should only be used with smaller data sets. Setting to ExtraFine will produce the smoothest curves and best fit lines.
The following constants apply to this property:
Graph VCL Enumerations eCurveGranularity = (gCoarseLines, gMediumLines, gFineLines);
Scientific Graph VCL Enumerations eCurveGranularity = (sgCoarseLines, sgMediumLines, sgFineLines);
Comments PePlot.Option.CurveGranularity members of Pego.PePlot.Option, Pesgo.PePlot.Option
If you expect sharp curves in your data, then choosing PECG_FINE will produce better printed curves. If your data is not expected to have sharp curves, then choosing PECG_COARSE will draw the fastest curves.
See Also: PlottingMethod BestFitDegree |
©2022 Gigasoft, Inc. | All rights reserved.
Gigasoft is a registered trademark, and ProEssentials a trademark of Gigasoft, Inc. |