Legend.Title Property
Returns the legend title settings.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v20.2.dll
Declaration
Property Value
Type | Description |
---|---|
LegendTitle | An LegendTitle object which provides the legend title settings. |
Example
To display the legend title, assign a newly created LegendTitle object to the Legend.Title property. Then, specify the title’s TitleBase.Content property.
<dxc:Legend>
<dxc:Legend.Title>
<dxc:LegendTitle Content="Area of Countries"/>
</dxc:Legend.Title>
</dxc:Legend>
See Also