Gets or sets the Style applied to the axis line. This is a dependency property.

Namespace: Mindscape.SilverlightElements.Charting
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public Style AxisLineStyle { get; set; }
Visual Basic
Public Property AxisLineStyle As Style
	Get
	Set
Visual C++
public:
property Style^ AxisLineStyle {
	Style^ get ();
	void set (Style^ value);
}

See Also