Skip to main content
A newer version of this page is available. .

Series.IsAutoCreated Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

[Browsable(false)]
public bool IsAutoCreated { get; }

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