[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Chart.PlaneItem.-ctor

PlaneItem Constructor

PlaneItem()

Initializes new instance of the Wall object with a default settings

Declaration
public PlaneItem()

PlaneItem(AntiAliasMode)

Initializes new instance of the Wall object

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

PlaneItem(Backdrop)

Initializes new instance of the Wall object

Declaration
public PlaneItem(Backdrop backdrop)
Parameters
Type Name Description
Backdrop backdrop

backdrop info to fill the wall rectangle

PlaneItem(Backdrop, AntiAliasMode)

Initializes new instance of the Wall object

Declaration
public PlaneItem(Backdrop backdrop, AntiAliasMode antiAliasMode)
Parameters
Type Name Description
Backdrop backdrop

backdrop info to fill the wall rectangle

AntiAliasMode antiAliasMode

PlaneItem(Backdrop, float)

Initializes new instance of the Wall object

Declaration
public PlaneItem(Backdrop backdrop, float width)
Parameters
Type Name Description
Backdrop backdrop

backdrop info to fill the wall rectangle

float width

PlaneItem(Backdrop, float, AntiAliasMode)

Initializes new instance of the Wall object

Declaration
public PlaneItem(Backdrop backdrop, float width, AntiAliasMode antiAliasMode)
Parameters
Type Name Description
Backdrop backdrop

backdrop info to fill the wall rectangle

float width
AntiAliasMode antiAliasMode

PlaneItem(Backdrop, bool, float)

Initializes new instance of the Wall object

Declaration
public PlaneItem(Backdrop backdrop, bool visible, float width)
Parameters
Type Name Description
Backdrop backdrop

backdrop info to fill the wall rectangle

bool visible
float width

PlaneItem(Backdrop, bool, float, AntiAliasMode)

Initializes new instance of the Wall object

Declaration
public PlaneItem(Backdrop backdrop, bool visible, float width, AntiAliasMode antiAliasMode)
Parameters
Type Name Description
Backdrop backdrop

backdrop info to fill the wall rectangle

bool visible
float width
AntiAliasMode antiAliasMode

PlaneItem(AntiAliasMode, Backdrop, bool, float, object)

Initializes a new instance of the PlaneItem class.

Declaration
public PlaneItem(AntiAliasMode antiAliasMode, Backdrop backdrop, bool visible, float width, object contextMenu)
Parameters
Type Name Description
AntiAliasMode antiAliasMode
Backdrop backdrop
bool visible
float width
object contextMenu

PlaneItem(string)

For internal use only.

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

PlaneItem(string, GraphXmlSerializationContext)

For internal use only.

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