Used to display charts and a grid with axes and labels. Use the
property to specify the list of DataPoints.
Method | Description |
---|
GetSeriesLayoutBounds() | Calculates layout bounds without tick and tittle labels. |
Invalidate() | Invalidates Area and all it's children. |
GetActualPoint( Point point ) | Converts point in user logic coordinates into actual pixels point. |
GetActualPoint( DataPoint point ) | Converts DataPoint into actual pixels point. |
HighlightSeries( Series series, bool highlighted ) | Sets highlighted state for specified series. |