Specifies grouping interval after which event bullets should be hidden. The default is Year - event bullets are always on. 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 DataGroupingInterval EventBulletThresholdPeriod { get; set; }
Visual Basic (Declaration)
Public Property EventBulletThresholdPeriod As DataGroupingInterval
Visual C++
public:
property DataGroupingInterval EventBulletThresholdPeriod {
	DataGroupingInterval get ();
	void set (DataGroupingInterval value);
}

Remarks

For example if this property is set to Week and current GroupingInterval is set to Month event bullets wont be shown. However when users zooms in to a point that grouping interval switches to Week, event bullets will appear.

See Also