Dundas Chart for ASP.NET
MarkerImageTranspColor Property
See Also  Send comments on this topic.
Dundas.Charting.WebControl Namespace > DataPointAttributes Class : MarkerImageTranspColor Property


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


Data point marker image transparent color.

Syntax

Visual Basic (Declaration)  
Public Property MarkerImageTranspColor As Color
Visual Basic (Usage) Copy Code
Dim instance As DataPointAttributes
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.

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.

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

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.