Thickness of line for the comparison graphs. If this is set to double.NaN (the default) thickness of main graph's line is used. 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 double ComparisonGraphLineThickness { get; set; }
Visual Basic (Declaration)
Public Property ComparisonGraphLineThickness As Double
Visual C++
public:
property double ComparisonGraphLineThickness {
	double get ();
	void set (double value);
}

See Also