Dundas Chart for Windows Forms
MarkerImageTranspColor Property
See Also  Send comments on this topic.
DundasWinChart Assembly > Dundas.Charting.WinControl Namespace > LegendItem Class : MarkerImageTranspColor Property


Gets or sets the color of a marker image that will be transparent.


Legend item marker image transparent color.

Syntax

Visual Basic (Declaration)  
Public Property MarkerImageTranspColor As Color
Visual Basic (Usage) Copy Code
Dim instance As LegendItem
Dim value As Color
 
instance.MarkerImageTranspColor = value
 
value = instance.MarkerImageTranspColor
C#  
public Color MarkerImageTranspColor {get; set;}

Return Value

A Color structure that represents an ARGB color.

Remarks

MarkerImageTranspColor is used to select one color in a marker image that will be displayed as transparent.

You can set this property to any valid ARGB (Alpha, Red, Green, Blue) value.

Note: This property is applicable only to LegendCells, with a CellType of SeriesSymbol, or Image.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2009 All Rights Reserved.