Gets or sets the fields of a database table/view used to provide chart data. Namespace: MindFusion.Charting.WebForms
|
C#
![]() |
---|
public string DataFields { get; } |
Visual Basic
![]() |
---|
Public ReadOnly Property DataFields As String |
A string. Default value is an empty string ("").
The property binds data for the radat chart to fields in a database table/view. If you need to set more than one field, separate the names with columns.
The DataFields property, when populated with data is the same as the Data property.
Retrieving chart data from a database
RadarChart Members
RadarChart Class
MindFusion.Charting.WebForms Namespace
Retrieving Chart Data from a Database