Back to Devexpress

Series.IsAutoCreated Property

corelibraries-devexpress-dot-xtracharts-dot-series-6e7181b2.md

latest1.1 KB
Original Source

Series.IsAutoCreated Property

Returns a value specifying whether or not a series is auto created.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[Browsable(false)]
public bool IsAutoCreated { get; }
vb
<Browsable(False)>
Public ReadOnly Property IsAutoCreated As Boolean

Property Value

TypeDescription
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

Series Class

Series Members

DevExpress.XtraCharts Namespace