ActiveReports 14 .NET Edition
GrapeCity.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.DataEngine.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo LabelFormat {get; set;}
    See Also