SeriesLabelOptions.ElementTemplate Property
In This Article
Gets or sets a template that defines a custom appearance and look-and-feel of a label.
Namespace: DevExpress.UI.Xaml.Charts
Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
public DataTemplate ElementTemplate { get; set; }
#Property Value
Type | Description |
---|---|
Data |
A Data |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Element |
---|---|
Series |
|
Series |
|
See Also