Gets or sets the field in a database table/view used to provide data for the pie chart.
Namespace: MindFusion.Charting.WebForms
Package: MindFusion.Charting.WebForms
C#
![]() |
---|
public string DataField { get; set; } |
Visual Basic
![]() |
---|
Public Property DataField As String |
A string. Default value is an empty string ("").
The property enables pie data to be retrieved from a database. The DataField property, when populated with data, is the same as the Data property.