XYDiagram2D.SecondaryAxisXItemTemplateSelector Property
In This Article
Gets or sets the custom logic for selecting a data template that converts a model object to a secondary X-axis.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.2.dll
NuGet Package: DevExpress.Wpf.Charts
#Declaration
public DataTemplateSelector SecondaryAxisXItemTemplateSelector { get; set; }
#Property Value
Type | Description |
---|---|
Data |
The Data |
See Also