ChartBaseView Methods
The base class for all chart views.Name | Description |
---|---|
HideHint() | Hides a hint if chart shows it. |
ResumeRender() | Resumes the chart rendering on updates |
SetSelected(Int32, Int32, Boolean) | Specifies whether a series point with the specified pointIndex of a series with the given seriesIndex is selected. |
ShowHint(Int32, Int32) | Shows a hint for a series point with the specified index of a series with the given index. |
ShowHint(Point) | Shows a hint for the specified screen point. |
SuspendRender() | Pauses the chart rendering on updates. |
See Also