Back to Devexpress

TdxFlowChartGridOptions.MinZoomThresholdForMinorLines Property

vcl-dxflchrt-dot-tdxflowchartgridoptions-9c764946.md

latest1.3 KB
Original Source

TdxFlowChartGridOptions.MinZoomThresholdForMinorLines Property

Specifies the minimum zoom value (as a percentage) at which the minor reference lines are visible.

Declaration

delphi
property MinZoomThresholdForMinorLines: Integer read; write; default DefaultMinZoomThresholdForMinorLines;

Property Value

TypeDefault
IntegerDefaultMinZoomThresholdForMinorLines

Remarks

If the current zoom level is less than the MinZoomThresholdForMinorLines property value, the control hides the minor reference lines to prevent the background from cluttering. You can change this value to adjust the minimum zoom threshold according to the custom MinorLineStep property value.

The default MinZoomThresholdForMinorLines property value is the DefaultMinZoomThresholdForMinorLines constant.

See Also

TdxFlowChartGridOptions Class

TdxFlowChartGridOptions Members

dxflchrt Unit