Skip to main content

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:

The control’s GridLineOptions property references a TdxFlowChartGridOptions object.

Inheritance

TObject
TPersistent
TdxFlowChartGridOptions
See Also