Skip to main content
All docs
V26.1
  • ChartDashboardLayoutItem.GetStockSeriesStyle(DependencyObject) Method

    Implements the StockSeriesStyle attached property.

    Namespace: DevExpress.DashboardWpf

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

    Declaration

    public static Style GetStockSeriesStyle(
        DependencyObject dObj
    )

    Parameters

    Name Type Description
    dObj DependencyObject

    A dependency object whose property is set.

    Returns

    Type Description
    Style

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

    See Also