Back to Devexpress

TdxFlowChartGridOptions Class

vcl-dxflchrt-52c1dc6b.md

latest1.6 KB
Original Source

TdxFlowChartGridOptions Class

Stores the grid settings.

Declaration

delphi
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

TdxFlowChartGridOptions Members

dxflchrt Unit