Series.IsAutoCreated Property
Returns a value specifying whether or not a series is auto created.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v26.1.dll
Declaration
Property Value
| Type | Description |
|---|---|
| Boolean | true if a series is auto created; otherwise false. |
Remarks
Use the IsAutoCreated property to define whether a series is auto created.
See Also