ChartTextElement.ElementTemplate Property
In This Article
Gets or sets a template, which defines a custom appearance and look-and-feel of a text element.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.2.dll
NuGet Package: DevExpress.Wpf.Charts
#Declaration
public DataTemplate ElementTemplate { get; set; }
#Property Value
Type | Description |
---|---|
Data |
A Data |
See Also