[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.MapColorScale

MapColorScale Class

Defines the map color scale

Inheritance
MapColorScale
Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public sealed class MapColorScale : MapDockableSubItem

Constructors

Name Description
MapColorScale()

Initializes a new instance of the MapColorScale class.

Properties

Name Description
ColorBarBorderColor

Gets or sets the border color for the color bar.
The default value is Black.

HideEndLabels

Gets or sets labels should be hidden at bar color ends An expression should evaluate to a bool.

LabelBehavior

Gets or sets the positioning of the color scale labels. That evaluates to one of MapColorScale.MapLabelBehavior. The default value is Auto.

LabelFormat

Gets or sets the format string to be used for numeric labels. The default value is #,##0.##.

LabelInterval

Gets or sets the frequency of the labels along the color bar. An expression should evaluate to an int. The default value is 1.

LabelPlacement

Gets or sets the labels placement along the color bar. That evaluates to one of MapColorScale.MapLabelPlacement. The default value is Alternate.

MapColorScaleTitle

Gets or sets the title to be displayed for the color scale.

NoDataText

Gets or sets the label to be used for colors with no data values. An expression should evaluate to a string.

RangeGapColor

Gets or sets the color used to fill color divisions for range values which are not defined. Ignored if LabelBehavior != ShowBorderValue. The default value is White.

TickMarkLength

Gets or sets the tick mark length. An expression should evaluate to a Length. The default value is 2.25pt.

Extension Methods