TdxCustomFlowChart.GridLineOptions Property
Provides access to the gridlines settings.
Declaration
property GridLineOptions: TdxFlowChartGridOptions read; write;
Property Value
Type |
---|
TdxFlowChartGridOptions |
Remarks
Use the GridLineOptions.MinorLines and GridLineOptions.MajorLines properties to customize the reference lines’ settings.
Refer to the TdxFlowChartGridOptions description for details.
See Also