Search
Chart.XAxisLabelsDataFields Property
See Also
 






Gets or sets the names of fields in the data source whose values are shown as X axis labels of rendered graphical elements.

Namespace: MindFusion.Charting.Blazor
Assembly: MindFusion.Charting.Blazor

 Syntax

C#  Copy Code

public ObservableCollection<string> XAxisLabelsDataFields { get; set; }

Visual Basic  Copy Code

Public Property XAxisLabelsDataFields As ObservableCollection(Of String)

 Property Value

 See Also