Gets or sets value indiciating whether data should be grouped into longer periods when there are more visible data points than specified in ItemGroupingThreshold. The default is true. This is a dependency property.

Namespace:  AmCharts.Windows.Stock
Assembly:  AmCharts.Windows.Stock (in AmCharts.Windows.Stock.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

C#
public bool IsDataGroupingEnabled { get; set; }
Visual Basic (Declaration)
Public Property IsDataGroupingEnabled As Boolean
Visual C++
public:
property bool IsDataGroupingEnabled {
	bool get ();
	void set (bool value);
}

See Also