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

TdxFlowChartGridOptions.MinorLineStep Property

Specifies the distance between minor reference lines, in pixels.

#Declaration

Delphi
property MinorLineStep: Integer read; write; default DefaultMinorLineStep;

#Property Value

Type Default
Integer DefaultMinorLineStep

#Remarks

Use this property to adjust the size of a grid cell formed by minor lines when the control displays its content full size.

The default MinorLineStep property value is DefaultMinorLineStep constant.

See Also