NtTimeChartControl.OnPaint Method
Inherited from
Overload List:
| Modifier / Return Value | Name and Parameters | Description |
|---|---|---|
|
|
|
Does the painting of the NtTimeChartControl and all the visible data objects in it. |
Return value:
Parameters:
The
Remarks:
When creating a derived class from NtTimeChartControl you can override this method to implement painting yourself. In general this is not recommended because
drawing all the objects, category bars and the background is a highly optimized and fairly complex process.
If you want to implement the drawing of your objects by yourself, the technology of choice is to set up the NtDisplayDef objects (for those data types you want to draw
by yourself) in a way that they have their
For more information please see the tutorial CustomObjectDrawing.
See also:
