Gets or sets the path to the property of the DataSource used for retrieving Z-labels. This is a dependency property.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
C# Copy Code |
---|
public string ZLabelPath { get; set; } |
Visual Basic Copy Code |
---|
Public Property ZLabelPath As String |
A string value. The default is an empty string.
The property is used in data binding.
The labels are drawn when the ZAxisSettings.LabelType property is set to CustomText.