Skip to main content
A newer version of this page is available.
All docs
V19.1

ChartElement.OverridesDefaultStyle Property

Indicates whether this element incorporates style properties from theme styles.

Namespace: DevExpress.Xpf.Charts

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

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