ChartLegend.IsInsideDiagram Property
Gets or sets whether the chart’s legend is placed inside the diagram.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | false | true if the chart’s legend is placed inside the diagram; otherwise, false. |
Remarks
Set the IsInsideDiagram property to false before specifying the legend position and orientation outside the chart diagram.
See Also