Series.IsAutoCreated Property
Returns a value specifying whether or not a series is auto created.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
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