Class
Line

Line DataContract class.

Definition

Namespace:Telerik.Windows.Controls.DataVisualization.Map.BingRest

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
[DataContract]
[Obsolete("This class is obsolete and will be deleted in Q2 2026.")]
public class Line

Inheritance: objectLine

Constructors

Line()

Declaration

cs-api-definition
public Line()

Properties

Coordinates

Gets or sets the Coordinates.

Declaration

cs-api-definition
[DataMember(Name = "coordinates", EmitDefaultValue = false)]
public double[][] Coordinates { get; set; }

Property Value

double[][]

Type

Gets or sets the Type.

Declaration

cs-api-definition
[DataMember(Name = "type", EmitDefaultValue = false)]
public string Type { get; set; }

Property Value

string