Gets or sets the names of fields in the data source whose values are assigned to X coordinates of rendered graphical elements.
Namespace: MindFusion.Charting.Blazor
Assembly: MindFusion.Charting.Blazor
SyntaxC#
Copy Code
|
|---|
public ObservableCollection<string> XDataFields { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property XDataFields As ObservableCollection(Of String) |
See Also