Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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