Skip to main content

TdxFlowChartGridOptions Members

Stores the grid settings.

Constructors

Name Description
Create(TdxCustomFlowChart) Initializes a new instance of the TdxFlowChartGridOptions class with specified settings.

Properties

Name Description
MajorLines Provides access to appearance settings of major lines.
MinorLines Provides access to appearance settings of minor reference lines.
MinorLineStep Specifies the distance between minor reference lines, in pixels.
MinZoomThresholdForMinorLines Specifies the minimum zoom value (as a percentage) at which the minor reference lines are visible.
OriginLines Provides access to the reference line appearance settings.
ShowLines Specifies whether the grid is visible.

Methods

Name Description
Assign(TPersistent) Inherited from TPersistent.
AssignTo(TPersistent) Inherited from TPersistent.
Equals(TObject) Inherited from TObject.
GetHashCode Inherited from TObject.
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
ToString Inherited from TObject.

Constants

Name Description
DefaultMajorLineColor Specifies the default Major.Color property value.
DefaultMajorLineStyle Specifies the default Major.Style property value.
DefaultMinorLineColor Specifies the default Minor.Color property value.
DefaultMinorLineStep Specifies the default MinorLineStep property value.
DefaultMinorLineStyle Specifies the default Minor.Style property value.
DefaultMinZoomThresholdForMinorLines Specifies the default MinZoomThresholdForMinorLines property value.
DefaultOriginLineColor Specifies the default Origin.Color property value.
DefaultOriginLineStyle Specifies the default Origin.Style property value.
See Also