ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MapLegend Class / MinFontSize Property

In This Topic
    MinFontSize Property
    In This Topic
    Minimum size for autosized legend text. An expression should evaluate to a Length. The default value is 7pt.
    Syntax
    'Declaration
     
    Public Property MinFontSize As GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo MinFontSize {get; set;}
    See Also