Class MapColorScale
Represents a color scale for a map.
Inheritance
System.Object
MapColorScale
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.ReportControls.Wpf.dll
Syntax
public class MapColorScale : MapDockableSubItem
Constructors
MapColorScale()
Declaration
MapColorScale(ReportSerializer)
Declaration
public MapColorScale(ReportSerializer serializer)
Parameters
Properties
ColorBarBorderColor
Declaration
public string ColorBarBorderColor { get; set; }
Property Value
Type |
Description |
System.String |
|
HideEndLabels
Declaration
public bool HideEndLabels { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
LabelBehaviour
Declaration
public string LabelBehaviour { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string LabelFormat { get; set; }
Property Value
Type |
Description |
System.String |
|
LabelInterval
Declaration
public int LabelInterval { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
LabelPlacement
Declaration
public string LabelPlacement { get; set; }
Property Value
Type |
Description |
System.String |
|
MapColorScaleTitle
Declaration
public MapColorScaleTitle MapColorScaleTitle { get; set; }
Property Value
NoDataText
Declaration
public string NoDataText { get; set; }
Property Value
Type |
Description |
System.String |
|
RangeGapColor
Declaration
public string RangeGapColor { get; set; }
Property Value
Type |
Description |
System.String |
|
TickMarkLength
Declaration
public Size TickMarkLength { get; set; }
Property Value