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


Gets or sets the unit of measurement for the StripWidth property.
Strip width type.

Syntax

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

Return Value

A DateTimeIntervalType enumeration value that indicates the width type. This property defaults to Auto.

Remarks

This property determines the units used for the StripWidth property. For example, to set a strip line to be "one week" wide you could set this property to Week and set the StripWidth property to one.

The only time it makes sense to change this from Auto to a DateTime value is when the relevant axis scale uses a DateTime value.

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.