Gets or sets the custom labels for the Z2-axis. This is a dependency property.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
C#
![]() |
---|
public IList Z2Labels { get; set; } |
Visual Basic
![]() |
---|
Public Property Z2Labels As IList |
A list of objects to use as labels. The default is an empty list.
If the list contains objects other than strings, they will be converted to strings using their ToString method.