Gets or sets the field(s) in a database table/view used as data for the bar chart.
Namespace: MindFusion.Charting.WebForms
Package: MindFusion.Charting.WebForms
C#
![]() |
---|
public string DataFields { get; set; } |
Visual Basic
![]() |
---|
Public Property DataFields As String |
A string. Default value is an empty string ("").
The property enables you to bind bar data to field(s) in a database table/view. If you need to set more than one column, separate the names with commas.
The DataFields property, when populated with data, is the same as the Data property.