Gets or sets the style to be applied to the 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 LineStyle { get; set; }
Visual Basic
Public Property LineStyle As Style
	Get
	Set
Visual C++
public:
property Style^ LineStyle {
	Style^ get ();
	void set (Style^ value);
}

See Also