[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Chart.FontInfo.-ctor

FontInfo Constructor

FontInfo(Color, Font, float)

Initializes new instance of the FontInfo object

Declaration
public FontInfo(Color color, Font font, float angle)
Parameters
Type Name Description
Color color

Text color

Font font

System font

float angle

Text angle in degrees

FontInfo(Color, Font)

Initializes new instance of the FontInfo object

Declaration
public FontInfo(Color color, Font font)
Parameters
Type Name Description
Color color

Text color

Font font

System font

FontInfo()

Initializes new (default) instance of the FontInfo object

Declaration
public FontInfo()

FontInfo(string)

For internal use only.

Declaration
public FontInfo(string xml)
Parameters
Type Name Description
string xml

FontInfo(string, GraphXmlSerializationContext)

For internal use only.

Declaration
public FontInfo(string xml, GraphXmlSerializationContext context)
Parameters
Type Name Description
string xml
GraphXmlSerializationContext context