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


Gets or sets the size of marker(s) for a data point.


Data point marker size

Syntax

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

Return Value

An integer expression that represents the height and width of the plotting area of marker(s), in pixels.

Remarks

Gets or sets the size of marker(s) for several Chart elements.

If this property is set for both a data point and its series then the data point's marker size will be used. The series' marker size will only be used for data points that do not have their own "MarkerSize" 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.

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.