Base class for segments which have Location collection.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
public abstract class CollectionSegmentData : PathSegmentData, INotifyPropertyChanged
Inheritance: objectPathSegmentDataCollectionSegmentData
Derived Classes:
Implements:
Inherited Members
Constructors
C#
protected CollectionSegmentData()
Properties
Gets or sets the LocationCollection that define this Segment object.
C#
public LocationCollection Points { get; set; }