Class MapColorScale
Represents a color scale for a map.
Inheritance
System.Object
MapColorScale
Assembly: BoldReports.UWP.dll
Syntax
public class MapColorScale : MapDockableSubItemVal
Constructors
MapColorScale()
Declaration
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 LabelBehavior LabelBehaviour { get; set; }
Property Value
Type |
Description |
BoldReports.RDL.DOM.LabelBehavior |
|
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 LabelPlacement LabelPlacement { get; set; }
Property Value
Type |
Description |
BoldReports.RDL.DOM.LabelPlacement |
|
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
Type |
Description |
BoldReports.RDL.DOM.Size |
|