Class MapLegend
Represents a legend to be drawn in a map.
Inheritance
System.Object
MapLegend
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()
Assembly: Syncfusion.EJ.ReportViewer.dll
Syntax
public class MapLegend : MapDockableSubItem
Constructors
MapLegend()
Declaration
MapLegend(ReportSerializer)
Declaration
public MapLegend(ReportSerializer serializer)
Parameters
Properties
AutoFitTextDisabled
Declaration
public bool AutoFitTextDisabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EquallySpacedItems
Declaration
public bool EquallySpacedItems { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
InterlacedRows
Declaration
public bool InterlacedRows { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
InterlacedRowsColor
Declaration
public string InterlacedRowsColor { get; set; }
Property Value
Type |
Description |
System.String |
|
Layout
Declaration
public string Layout { get; set; }
Property Value
Type |
Description |
System.String |
|
MapLegendTitle
Declaration
public MapLegendTitle MapLegendTitle { get; set; }
Property Value
MinFontSize
Declaration
public Size MinFontSize { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
TextWrapThreshold
Declaration
public int TextWrapThreshold { get; set; }
Property Value
Type |
Description |
System.Int32 |
|