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

PieDashboardLayoutItem.ChartStyle Attached Property

An attached property that applies style settings to the underlying Chart control.

Namespace: DevExpress.DashboardWpf

Assembly: DevExpress.Xpf.Dashboard.v18.2.dll

Declaration

Returns

Type Description
Style

A Style object that contains settings applied to the ChartControl.

Remarks

In a custom PieDashboardLayoutItem template, bind this property to the Style property of the underlying ChartControl.

See Also