Gets or sets the custom labels for the Z-axis. This is a dependency property.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public IList ZLabels { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ZLabels As IList |
A list of objects to use as labels. The default is an empty list.
RemarksIf the list contains objects other than strings, they will be converted to strings using their ToString method.
See Also