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


Gets or sets a point's marker image.


Data point marker image

Syntax

Visual Basic (Declaration)  
Public Property MarkerImage As String
Visual Basic (Usage) Copy Code
Dim instance As DataPointAttributes
Dim value As String
 
instance.MarkerImage = value
 
value = instance.MarkerImage
C#  
public string MarkerImage {get; set;}

Return Value

A string expression representing the URL of an image file.

Remarks

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

If this property is set for both a data point and its series then the data point's marker image will be used. The Series' marker image will only be used for data points that do not have their own marker image attribute set. For a detailed explanation on how data is drawn please see the Appearance of Data topic.

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

The MarkerImage property takes precedence over the MarkerColor property.

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

You can set one color of the marker image to be transparent using the MarkerImageTranspColor property.

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.