wpf-devexpress-dot-xpf-dot-charts-dot-heatmap-dot-heatmapaxis-81e88c41.md
Gets or sets an object that chooses a template for custom axis labels based on custom logic.
Namespace : DevExpress.Xpf.Charts.Heatmap
Assembly : DevExpress.Xpf.Charts.v25.2.dll
NuGet Package : DevExpress.Wpf.Charts
public DataTemplateSelector CustomLabelItemTemplateSelector { get; set; }
Public Property CustomLabelItemTemplateSelector As DataTemplateSelector
| Type | Description |
|---|---|
| DataTemplateSelector |
Chooses a template based on custom logic.
|
The HeatmapAxis.CustomLabelItemTemplate property specifies a template that defines the appearance of custom axis labels. If you have more than one custom axis label template, you can implement custom logic to choose the required template:
CustomLabelItemTemplateSelector property.If you specify both the HeatmapAxis.CustomLabelItemTemplate and CustomLabelItemTemplateSelector, the Heatmap Control uses the template returned by the template selector.
See Also