TcxSchedulerRangeControlClientStyle.EventCounterFont Property
Specifies the font used to display event counters within the range control‘s content area.
Declaration
property EventCounterFont: TFont read; write;
Property Value
Type |
---|
TFont |
Remarks
Use this property to customize the font settings applied to all event counters displayed by the range control associated with the Scheduler.
Note that the EventCounterFont.Size property value can determine if event counters fit into particular minimum selectable time ranges corresponding to the primary scale’s measurement unit. For more details, refer to the Scheduler data range model’s DataDisplayType property description.
To change the default color of all event counters, use the EventCounterTextColor property.
See Also