Skip to main content

AxisLabelOptions.ElementTemplate Property

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
DataTemplate

A DataTemplate object representing a custom template.

Property Paths

You can access this nested property as listed below:

Object Type Path to ElementTemplate
AxisBase
.ActualLabelOptions .ElementTemplate
AxisBase
.LabelOptions .ElementTemplate
See Also