ASP.NET Pack Programmer's Guide
RadarChart.DataFields Property
See Also
 





Gets or sets the fields of a database table/view used to provide chart data.

Namespace: MindFusion.Charting.WebForms
Package: MindFusion.Charting.WebForms

 Syntax

C#  Copy Code

public string DataFields { get; set; }

Visual Basic  Copy Code

Public Property DataFields As String

 Property Value

A string. Default value is an empty string ("").

 Remarks

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.

 See Also

Retrieving chart data from a database
RadarChart Members
RadarChart Class
MindFusion.Charting.WebForms Namespace
Retrieving Chart Data from a Database