ChartDashboardLayoutItem.BarStackedSeriesStyle Attached Property
An attached property that applies style settings to the Stacked and Full-Stacked Bar series in the underlying Chart control.
Namespace: DevExpress.DashboardWpf
Assembly: DevExpress.Xpf.Dashboard.v24.1.dll
NuGet Package: DevExpress.Wpf.Dashboard
Declaration
See GetBarStackedSeriesStyle(DependencyObject) and SetBarStackedSeriesStyle(DependencyObject, Style).
Returns
Type | Description |
---|---|
Style | A Style object that contains settings applied to the Stacked and Full-Stacked Bar series. |
See Also