CustomPrintTimescaleColumnEventArgs Properties
Provides data for the CustomPrintTimescaleColumn event.| Name | Description |
|---|---|
| Cache | Provides access to the drawing surface and a cache of brushes, pens, fonts, and other graphics. Inherited from CustomDrawEventArgs. |
| Column | Gets the processed column. Inherited from CustomDrawTimescaleColumnEventArgs. |
| Handled | Gets or sets whether the event is handled and allows you to prevent the control from drawing the visual element in its default appearance. Inherited from CustomDrawEventArgs. |
| PrintArea | Gets whether the print engine processes the timescale column’s header or chart area. |
See Also