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

ChartAppearance.IsDefault Property

Returns the value indicating whether the appearance is default.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.1.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

public bool IsDefault { get; }

Property Value

Type Description
Boolean

true if the appearance is default; otherwise false.

See Also