TdxRangeControlClientStyle Class
Stores the appearance settings that can be applied to the range control by the Numeric and Date/Time data range selection and visualization models.
Declaration
TdxRangeControlClientStyle = class(
TdxRangeControlCustomClientStyle
)
Remarks
This class extends its ancestor with properties that allow you to specify colors for the following elements displayed by the range control:
The scale tickmarks within the content area (GridLineColor);
The ruler’s background (RulerColor);
The tickmark label text (RulerTextColor).
A TdxRangeControlClientStyle object is referenced by the data range model’s Style property. To access properties specific to the TdxRangeControlClientStyle class, cast the Style property to this class.
Inheritance
TObject
TPersistent
TcxOwnedPersistent
TdxRangeControlCustomClientStyle
TdxRangeControlClientStyle
See Also