Gets or sets value specifying whether comparison graphs should be drawn using the same brush as main graph. 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 ComparisonGraphUsesMainBrush { get; set; }
Visual Basic (Declaration)
Public Property ComparisonGraphUsesMainBrush As Boolean
Visual C++
public:
property bool ComparisonGraphUsesMainBrush {
	bool get ();
	void set (bool value);
}

See Also