Class MapLegendVal
Map Legend Data
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 MapLegendVal : MapDockableSubItemVal, IReportDispose, IDisposable
Constructors
MapLegendVal()
Declaration
public MapLegendVal()
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 MapLegendTitleVal MapLegendTitle { get; set; }
Property Value
Type | Description |
---|---|
MapLegendTitleVal |
MinFontSize
Declaration
public Size MinFontSize { get; set; }
Property Value
Type | Description |
---|---|
Size |
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 |
Methods
Dispose()
Declaration
public void Dispose()
Implements
System.IDisposable