Gets or sets the custom top labels. This is a dependency property.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public IList TopLabel { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property TopLabel As IList |
A list of objects to use as labels. The default is an empty list.
RemarksThe property is used when the TopLabelType is set to CustomText.
See Also