CursorObjectAddChartObjectT Method |
Initializes a new instance of a ChartObject and add it to the collection. The chart object is added to the collection only when called from the OnPreviewMouseDown method.
Namespace:
SharpCharts.Base.ChartObject
Assembly:
SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.42 (1.0.0.42)
Syntax protected T AddChartObject<T>(
Point point
)
where T : new(), DrawingBase
Parameters
- point
- Type: System.WindowsPoint
Type Parameters
- T
Return Value
Type:
TSee Also