Class MapPolygonVal
Inheritance
System.Object
MapPolygonVal
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.EJ.ReportViewer.JsonModel
Assembly: Syncfusion.EJ.ReportViewer.dll
Syntax
public class MapPolygonVal : IReportDispose, IDisposable
Constructors
MapPolygonVal()
Declaration
public MapPolygonVal()
Properties
MapCenterPointTemplate
Declaration
public MapPointTemplate MapCenterPointTemplate { get; set; }
Property Value
Type | Description |
---|---|
MapPointTemplate |
MapFieldData
Declaration
public List<MapFieldData> MapFieldData { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<MapFieldData> |
MapPolygonTemplate
Declaration
public MapPolygonTemplateVal MapPolygonTemplate { get; set; }
Property Value
Type | Description |
---|---|
MapPolygonTemplateVal |
UseCustomCenterPointTemplate
Declaration
public bool UseCustomCenterPointTemplate { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
UseCustomPolygonTemplate
Declaration
public bool UseCustomPolygonTemplate { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
Dispose()
Declaration
public void Dispose()
Implements
System.IDisposable