Legend.ItemTemplate Property
Gets or sets the template for the legend items.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v14.2.dll
Declaration
public DataTemplate ItemTemplate { get; set; }
Public Property ItemTemplate As DataTemplate
Property Value
| Type | Description |
|---|---|
| DataTemplate | A DataTemplate object that contains the template for the legend items. |
See Also