ChartDataManagerIsSeriesGrouping Property |
Enables or disables the series grouping feature
Namespace: Kettic.AspNet.Controls.ChartModelAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic bool IsSeriesGrouping { get; set; }
Public Property IsSeriesGrouping As Boolean
Get
Set
public:
property bool IsSeriesGrouping {
bool get ();
void set (bool value);
}
member IsSeriesGrouping : bool with get, set
Property Value
Type:
Boolean
RemarksDefault value is True
See Also