wpf-devexpress-dot-xpf-dot-charts-ecf159ba.md
An individual legend title.
Namespace : DevExpress.Xpf.Charts
Assembly : DevExpress.Xpf.Charts.v25.2.dll
NuGet Package : DevExpress.Wpf.Charts
public class LegendTitle :
TitleBase
Public Class LegendTitle
Inherits TitleBase
The following members return LegendTitle objects:
The LegendTitle class declares properties that define the common appearance settings of a title which is displayed by a particular legend.
Properties exposed by the LegendTitle class allow you to customize common title attributes, such as:
To display the legend title, assign a newly created LegendTitle object to the LegendBase.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>
Show 11 items
Object DispatcherObject DependencyObject Visual UIElement FrameworkElement Control ChartElementBase ChartElement TitleBase LegendTitle
See Also