LegendItem.MarkerImage Property

.NET Framework (current version)
 

Gets or sets a marker image.

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

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

Property Value

Type: System.String

A string value that represents the URL of an image file.

Represents a path to an image file, which can be an absolute or relative URL.

To use markers, set the MarkerStyle property to a value other than None.

The MarkerImage property takes precedence over the MarkerColor property.

A marker image can be any valid graphics file supported by .NET Framework, including icons.

To set one color of the marker image to be transparent, use the MarkerImageTransparentColor property.

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: