Class Line
Line DataContract class.
Inheritance
System.Object
Line
Namespace: Telerik.Windows.Controls.DataVisualization.Map.BingRest
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class Line : Object
Constructors
Line()
Declaration
public Line()
Properties
Coordinates
Gets or sets the Coordinates.
Declaration
public double[][] Coordinates { get; set; }
Property Value
System.Double[][]
|
Type
Gets or sets the Type.
Declaration
public string Type { get; set; }
Property Value
System.String
|