The BackgroundImage type exposes the following members.

Methods

  Name Description
Public method AssignFrom
Copies properties from another BackgroundImage to the current object.
Public method Clear
Clears the current object, sets all properties to their default values.

Properties

  Name Description
Public property BackgroundRepeat
Gets or sets a value indicating how the background image should fill the available space. Default is treated as Fit within Chart and as Repeat elsewhere (unless another default behavior is specified in the definition of the containing element).
Public property MIMEType
Gets or sets the MIMEType for the image. This property is required if Source is Database. Otherwise this property is ignored.
Public property Position
Gets or sets the position of the background image with BackgroundRepeat set to Clip. Used only for background images within Chart.
Public property Source
Gets or sets the image source.
Public property TransparentColor
Gets or sets the color to treat as transparent in the background image. Used only for background images within Chart.
Public property Value
Gets or sets a value specifying the image. That value is interpreted depending on the Source property.

See Also