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

DashboardControlBase.PieItemStyle Property

Gets or sets the style applied to the PieDashboardItem. This is a dependency property.

Namespace: DevExpress.DashboardWpf

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

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

Declaration

public Style PieItemStyle { get; set; }

Property Value

Type Description
Style

A Style object that is the style applied to the PieDashboardItem.

See Also