Gets or sets column outline brush. The default is null (no outline). This is a dependency property.

Namespace:  AmCharts.Windows
Assembly:  AmCharts.Windows (in AmCharts.Windows.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public Brush Outline { get; set; }
Visual Basic (Declaration)
Public Property Outline As Brush
Visual C++
public:
property Brush^ Outline {
	Brush^ get ();
	void set (Brush^ value);
}

See Also