Skip to main content

TdxFlowChartGridLineOptions Class

Stores the appearance settings of reference gridlines in the control.

Declaration

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