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

ChartDashboardLayoutItem.SetLegendStyle(DependencyObject, Style) Method

Implements the LegendStyle attached property.

Namespace: DevExpress.DashboardWpf

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

Declaration

public static void SetLegendStyle(
    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