Gets or sets the path to the property of the DataSource used for retrieving Z2-labels. This is a dependency property.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public string Z2LabelPath { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Z2LabelPath As String |
A string value. The default is an empty string.
RemarksThe property is used in data binding.
See Also