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


Gets or sets a value that determines how often to display data point markers.


Specify how often to diaplay data point markers

Syntax

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

Return Value

A value that determines how often to display data point markers. Defaults to one (1).

Remarks

Specifies the frequency by which markers are displayed. For example, setting this property to two (2) will result in every other data point using a marker.

This property will only be used if markers are enabled using the MarkerStyle property.

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.