Resets the chart specific properties to its default state.
The common control properties and properties controlling
visual appearance such as Background, Foreground, Palette, Theme
are not changed.
Namespace:
C1.Phone.ChartAssembly: C1.Phone.Chart (in C1.Phone.Chart.dll)
Syntax
| C# |
|---|
public void Reset( bool clearData ) |
| Visual Basic |
|---|
Public Sub Reset ( _ clearData As Boolean _ ) |
Parameters
- clearData
- Type: System..::..Boolean