LegendItem.ImageStyle Property
.NET Framework (current version)
Gets or sets the display style of the legend item image.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
[BindableAttribute(true)] [PersistenceModeAttribute(PersistenceMode.Attribute)] public LegendImageStyle ImageStyle { get; set; }
Property Value
Type: System.Web.UI.DataVisualization.Charting.LegendImageStyleA LegendImageStyle enumeration value.
These styles determine how the item's corresponding symbol will be displayed.
A Line style can be combined with a Marker style. To accomplish this, first set the ImageStyle property to Line. Then use the MarkerImage property to specify a marker image, or the MarkerStyle property to specify a marker style. The resulting symbol will be a combination of a line and an image or marker.
Note |
|---|
This property is applicable only to LegendCell objects with a LegendCellType of either SeriesSymbol or Image. |
.NET Framework
Available since 4.0
Available since 4.0
Show:
