Back to Devexpress

TdxFlowChartGridLineOptions Class

vcl-dxflchrt-d7c8114b.md

latest1.5 KB
Original Source

TdxFlowChartGridLineOptions Class

Stores the appearance settings of reference gridlines in the control.

Declaration

delphi
TdxFlowChartGridLineOptions = class(
    TPersistent
)

Remarks

The grid is a tool that assists end-users to position chart symbols and connections more precisely within the control.

Minor reference lines correspond to the horizontal and vertical anchor positions between which end-users can move chart elements or their points within the control.

The TdxFlowChartGridLineOptions class provides the Color and Style properties that allow you to change the color and pattern of reference lines, respectively.

The control’s GridOptions.MinorLines, GridOptions.MajorLines, and GridOptions.OriginLines properties reference a TdxFlowChartGridLineOptions object.

Inheritance

TObject TPersistent TdxFlowChartGridLineOptions

See Also

TdxFlowChartGridLineOptions Members

dxflchrt Unit