DataField Property (C1PieChartBinding)
In This Topic
Gets or sets the name of field from the data source that indicates C1PieChartSeries data.
Syntax
'Declaration
Public Property DataField As System.String
public System.string DataField {get; set;}
See Also