[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Chart.LabelInfo.-ctor

LabelInfo Constructor

LabelInfo()

Initializes new instance of the LabelInfo class with default settings

Declaration
public LabelInfo()

LabelInfo(AntiAliasMode)

Initializes new instance of the LabelInfo class with default settings

Declaration
public LabelInfo(AntiAliasMode antiAliasMode)
Parameters
Type Name Description
AntiAliasMode antiAliasMode

LabelInfo(Line, Backdrop, FontInfo, string, Alignment)

Initializes new instance of the LabelInfo class

Declaration
public LabelInfo(Line border, Backdrop backdrop, FontInfo font, string format, Alignment alignment)
Parameters
Type Name Description
Line border

border info to outline label's bar

Backdrop backdrop

backdrop info to fill label's bar

FontInfo font

font info to draw label text

string format

format string to draw label

Alignment alignment

label alignment around the anchor point

LabelInfo(Line, Backdrop, FontInfo, string, Alignment, AntiAliasMode)

Initializes new instance of the LabelInfo class

Declaration
public LabelInfo(Line border, Backdrop backdrop, FontInfo font, string format, Alignment alignment, AntiAliasMode antiAliasMode)
Parameters
Type Name Description
Line border

border info to outline label's bar

Backdrop backdrop

backdrop info to fill label's bar

FontInfo font

font info to draw label text

string format

format string to draw label

Alignment alignment

label alignment around the anchor point

AntiAliasMode antiAliasMode

LabelInfo(string)

For internal use only.

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

LabelInfo(string, GraphXmlSerializationContext)

For internal use only.

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