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





Gets or sets the custom labels for the Y2-axis. This is a dependency property.

Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf

 Syntax

C#  Copy Code

public IList Y2Labels { get; set; }

Visual Basic  Copy Code

Public Property Y2Labels As IList

 Property Value

A list of objects to use as labels. The default is an empty list.

 Remarks

If the list contains objects other than strings, they will be converted to strings using their ToString method.

 See Also

AxesChart3D Members
AxesChart3D Class
MindFusion.Charting.Wpf Namespace