Gets or sets the path used for retrieving top label values from the DataSource. This is a dependency property.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public string TopLabelPath { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property TopLabelPath As String |
A string containing the binding path for top labels. The default value is an empty string.
See Also