IsForEachRecord Property (ChartData)
In This Topic
Gets or sets a value indicating whether the data is selected by each record. By default, the data is grouped by CategoryGroups. If this is true, the data is not grouped and the first category group provides labels in X-Axis.
Syntax
'Declaration
Public Property IsForEachRecord As Boolean
public bool IsForEachRecord {get; set;}
See Also