Skip to main content
A newer version of this page is available. .

ChartTextElement.ElementTemplate Property

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.v21.2.dll

NuGet Package: DevExpress.Wpf.Charts

Declaration

public DataTemplate ElementTemplate { get; set; }

Property Value

Type Description
DataTemplate

A DataTemplate object representing a custom template.

See Also