ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MapColorScale Class
Properties

In This Topic
    MapColorScale Class Members
    In This Topic

    The following tables list the members exposed by MapColorScale.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the MapColorScale class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the border color for the color bar. The default value is Black.  
    Public PropertyGets or sets labels should be hidden at bar color ends An expression should evaluate to a System.Boolean.  
    Public PropertyGets or sets the positioning of the color scale labels. That evaluates to one of MapColorScale.MapLabelBehavior. The default value is MapColorScale.MapLabelBehavior.Auto.  
    Public PropertyGets or sets the format string to be used for numeric labels. The default value is #,##0.##.  
    Public PropertyGets or sets the frequency of the labels along the color bar. An expression should evaluate to a Integer. The default value is 1.  
    Public PropertyGets or sets the labels placement along the color bar. That evaluates to one of MapColorScale.MapLabelPlacement. The default value is MapColorScale.MapLabelPlacement.Alternate.  
    Public PropertyGets or sets the title to be displayed for the color scale.  
    Public PropertyGets or sets the label to be used for colors with no data values. An expression should evaluate to a System.String.  
    Public PropertyGets or sets the color used to fill color divisions for range values which are not defined. Ignored if LabelBehavior != MapColorScale.MapLabelBehavior.ShowBorderValue. The default value is White.  
    Public PropertyGets or sets the tick mark length. An expression should evaluate to a Length. The default value is 2.25pt.  
    Top
    See Also