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


Gets or sets the tick mark style.


Tick mark style.

Syntax

Visual Basic (Declaration)  
Public Property Style As TickMarkStyle
Visual Basic (Usage) Copy Code
Dim instance As TickMark
Dim value As TickMarkStyle
 
instance.Style = value
 
value = instance.Style
C#  
public TickMarkStyle Style {get; set;}

Return Value

A TickMarkStyle enumeration value. Defaults to "Outside".

Remarks

This property determines the style of tick marks.

Tick marks can be drawn inside the chart area, outside the chart area, across an axis line, or can be disabled.

To display tickmarks for 3D charts so that they are just drawn for the width of a wall set this property to Cross and specify a size of zero using the Size property.

If the style is set to None then tick marks are not displayed, and they can also be toggle on or off by setting the Enabled property to true or false.

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.