vcl-dxflchrt-52c1dc6b.md
Stores the grid settings.
TdxFlowChartGridOptions = class(
TPersistent
)
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.
TObject TPersistent TdxFlowChartGridOptions
See Also