Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / FpChart Class / Font Property


In This Topic
    Font Property (FpChart)
    In This Topic
    Gets the font properties for the alternate text. This property is read-only. It doesn't affect this component.
    Syntax
    'Declaration
     
    
    Public Overrides ReadOnly Property Font As FontInfo
    'Usage
     
    
    Dim instance As FpChart
    Dim value As FontInfo
     
    value = instance.Font
    public override FontInfo Font {get;}
    See Also