MindFusion.Charting 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
Assembly: MindFusion.Charting.WebForms

 Syntax

C#  Copy Code

public string DataFields { get; }

Visual Basic  Copy Code

Public ReadOnly 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