Skip to main content
All docs
V25.1
  • ChartDashboardLayoutItem.SetBarStackedSeriesStyle(DependencyObject, Style) Method

    Implements the BarStackedSeriesStyle attached property.

    Namespace: DevExpress.DashboardWpf

    Assembly: DevExpress.Xpf.Dashboard.v25.1.dll

    NuGet Package: DevExpress.Wpf.Dashboard

    Declaration

    public static void SetBarStackedSeriesStyle(
        DependencyObject dObj,
        Style value
    )

    Parameters

    Name Type Description
    dObj DependencyObject

    A dependency object whose property is set.

    value Style

    A Style object that contains settings applied to the target object.

    See Also