TdxFlowChartGridOptions Class
Stores the grid settings.
Declaration
TdxFlowChartGridOptions = class(
TPersistent
)
Remarks
The grid helps users position chart symbols and connections more precisely within the flow chart control. Users can move chart elements only between positions that correspond to gridline intersections.
This class provides the following members that allow you to:
Customize appearance of the reference gridlines and coordinate axes (MinorLines, MajorLines, and OriginLines);
Specify the distance between minor reference lines (MinorLineStep);
Set the minimum zoom value at which the minor reference lines are displayed (MinZoomThresholdForMinorLines).
The control’s GridLineOptions property references a TdxFlowChartGridOptions object.
Inheritance
TObject
TPersistent
TdxFlowChartGridOptions
See Also