Blazor | ComponentOne
C1.Blazor.Gauge Assembly / C1.Blazor.Gauge Namespace / C1BulletGraph Class / MaxFontSize Property

In This Topic
    MaxFontSize Property (C1BulletGraph)
    In This Topic
    Gets or sets the maximum value font style.
    Syntax
    'Declaration
     
    
    Public Property MaxFontSize As Nullable(Of C1StyleFontSize)
    public Nullable<C1StyleFontSize> MaxFontSize {get; set;}
    See Also