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

ChartDashboardLayoutItem.LegendStyle Attached Property

An attached property that applies style settings to the underlying Chart control (Legend object).

Namespace: DevExpress.DashboardWpf

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

Declaration

Returns

Type Description
Style

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

Remarks

In a custom ChartDashboardLayoutItem template, bind this property to the Style property of the AxisX2D object in the underlying Chart control.

See Also