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

In This Topic
    LabelFormat Property (MapColorScale)
    In This Topic
    Gets or sets the format string to be used for numeric labels. The default value is #,##0.##.
    Syntax
    'Declaration
     
    Public Property LabelFormat As GrapeCity.Enterprise.Data.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.Expressions.ExpressionInfo LabelFormat {get; set;}
    See Also