Class MapLineLayer
Represents a line-based layer to be drawn in a map.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.RDL.DOM
Assembly: Syncfusion.EJ.ReportViewer.dll
Syntax
public class MapLineLayer : MapVectorLayer
Constructors
MapLineLayer()
Declaration
public MapLineLayer()
MapLineLayer(ReportSerializer)
Declaration
public MapLineLayer(ReportSerializer serializer)
Parameters
Type | Name | Description |
---|---|---|
ReportSerializer | serializer |
Properties
MapLineRules
Declaration
public MapLineRules MapLineRules { get; set; }
Property Value
Type | Description |
---|---|
MapLineRules |
MapLines
Declaration
public MapLines MapLines { get; set; }
Property Value
Type | Description |
---|---|
MapLines |
MapLineTemplate
Declaration
public MapLineTemplate MapLineTemplate { get; set; }
Property Value
Type | Description |
---|---|
MapLineTemplate |