XYDiagram2D.SecondaryAxisXItemTemplate Property
In This Article
Gets or sets the DataTemplate that specifies how to convert 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 DataTemplate SecondaryAxisXItemTemplate { get; set; }
#Property Value
Type | Description |
---|---|
Data |
A Data |
See Also