ChartDashboardLayoutItem.DiagramStyle Attached Property
An attached property that applies style settings to the underlying Chart control (XYDiagram2D object).
Namespace: DevExpress.DashboardWpf
Assembly: DevExpress.Xpf.Dashboard.v24.1.dll
NuGet Package: DevExpress.Wpf.Dashboard
Declaration
Returns
Type | Description |
---|---|
Style | A Style object that contains settings applied to the XYDiagram2D object. |
Remarks
In a custom ChartDashboardLayoutItem template, bind this property to the Style property of the XYDiagram2D object in the underlying Chart control.
See Also