Gets or sets the path to the property of the DataSource used for retrieving Y-labels. This is a dependency property.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
C#
![]() |
---|
public string YLabelPath { get; set; } |
Visual Basic
![]() |
---|
Public Property YLabelPath As String |
A string value. The default is an empty string.
The property is used in data binding.
The labels are drawn when the YAxisSettings.LabelType property is set to CustomText.
MindFusion.Charting for WPF Programmer's Guide | © 2025 MindFusion |