Skip to main content
All docs
V20.1

ChartElement.OverridesDefaultStyle Property

Indicates whether this element incorporates style properties from theme styles.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v20.1.dll

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

Declaration

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

Property Value

Type Description
Boolean

true if this element does not use theme style properties; otherwise false. The default is false.

See Also