Skip to main content

TdxRangeControlDateTimeScales.PrimaryScale Property

Specifies the primary date/time scale within the scale set.

Declaration

property PrimaryScale: TdxRangeControlDateTimeScale read; write;

Property Value

Type
TdxRangeControlDateTimeScale

Remarks

Normally, this property supports the internal infrastructure and is not intended to be used directly from your code. The PrimaryScale property is used internally by the getter and setter of the PrimaryScale property provided by the TdxRangeControlCustomDateTimeClientProperties class descendants.

See Also