MindFusion.Wpf Pack Programmer's Guide
AxesChart3D.YLabelPath Property
See Also
 





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

 Syntax

C#  Copy Code

public string YLabelPath { get; set; }

Visual Basic  Copy Code

Public Property YLabelPath As String

 Property Value

A string value. The default is an empty string.

 Remarks

The property is used in data binding.

The labels are drawn when the YAxisSettings.LabelType property is set to CustomText.

 See Also

AxesChart3D Members
AxesChart3D Class
MindFusion.Charting.Wpf Namespace