Gets or sets the names of fields in the data source whose values are shown as Y axis labels of rendered graphical elements.
Namespace: MindFusion.Charting.Controls
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
public ObservableCollection<string> YAxisLabelsDataFields { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property YAxisLabelsDataFields As ObservableCollection(Of String) |
A collection of string values.
See Also