Gets or sets the color of a marker image that will be transparent.
Data point marker image transparent color.
Visual Basic (Declaration) | |
---|---|
Public Property MarkerImageTranspColor As Color |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public Color MarkerImageTranspColor {get; set;} |
Return Value
A Color structure that represents an ARGB color.
MarkerImageTranspColor is used to select one color in a marker image that will be displayed as transparent.
If this property is set for both a data point and its series then the data point's property setting will be used. The series' property setting will only be used for data points that do not have their own "MarkerImageTranspColor" attribute set. For a detailed explanation on how data is drawn please see the Appearance of Data topic.
You can set this property to any valid ARGB (Alpha, Red, Green, Blue) value.
Note that markers will not be applied to data points of pie, doughnut and any stacked chart types.
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