LegendItem.Image Property

.NET Framework (current version)
 

Gets or sets the image that will be displayed for a legend item symbol.

Namespace:   System.Web.UI.DataVisualization.Charting
Assembly:  System.Web.DataVisualization (in System.Web.DataVisualization.dll)

[<BindableAttribute(true)>]
[<PersistenceModeAttribute(PersistenceMode.Attribute)>]
member Image : string with get, set

Property Value

Type: System.String

A string value that represents the URL of an image file. The default value is an empty string.

This property determines the image file to be used for the LegendItem symbol.

The path can be an absolute or a relative URL.

If you set a background image, that image will be displayed regardless of the ImageStyle property setting.

Set the BackImageTransparentColor property to enable one color used by the image to appear transparent.

System_CAPS_noteNote

This property is applicable only to LegendCell objects with a LegendCellType of either SeriesSymbol or Image.

.NET Framework
Available since 4.0
Return to top
Show: