Reports for WinForms | ComponentOne
C1.C1Report.CustomFields.4 Assembly / C1.C1Report.CustomFields Namespace / Chart Class / Font Property

In This Topic
    Font Property (Chart)
    In This Topic
    Gets or sets the field's font.
    Syntax
    'Declaration
     
    Public Property Font As FontHolder
    public FontHolder Font {get; set;}
    Remarks
    If you set a field's font C1.C1Report.Util.FontHolder.Size property to a value that is too large to fit the field box (defined by the Height property), no text will appear in the field.
    See Also