Class MapLineRules
Represents a color rule in the map.
Inheritance
System.Object
MapLineRules
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 MapLineRules : IReportDispose, IDisposable
Constructors
MapLineRules()
Declaration
public MapLineRules()
Properties
MapColorRule
Declaration
public MapColorRuleVal MapColorRule { get; set; }
Property Value
Type | Description |
---|---|
MapColorRuleVal |
MapSizeRule
Declaration
public MapSizeRuleVal MapSizeRule { get; set; }
Property Value
Type | Description |
---|---|
MapSizeRuleVal |
Methods
Dispose()
Declaration
public void Dispose()
Implements
System.IDisposable