Gets or sets setting specifying if comparison graphs should be automatically created for data sets set for comparison. The default is false. 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 IsInComparisonMode { get; set; }
Visual Basic (Declaration)
Public Property IsInComparisonMode As Boolean
Visual C++
public:
property bool IsInComparisonMode {
	bool get ();
	void set (bool value);
}

See Also