Gets or sets a value that indicates whether data series are created automatically.
Namespace:
C1.Phone.ChartAssembly: C1.Phone.Chart (in C1.Phone.Chart.dll)
XMLNS for XAML: Not mapped to an xmlns.
Syntax
| C# |
|---|
public Nullable<bool> AutoGenerateSeries { get; set; } |
| Visual Basic |
|---|
Public Property AutoGenerateSeries As Nullable(Of Boolean) Get Set |
| XAML Property Element Usage |
|---|
<object> <object.AutoGenerateSeries> <Nullable<bool> .../> </object.AutoGenerateSeries> </object> |