Dundas.SharePoint.Charting.WebParts Send comments on this topic.
SizeType Property
See Also 
Dundas.Charting.WebControl Namespace > AxisDataView Class : SizeType Property


View size type.

Syntax

Visual Basic (Declaration)  
<DefaultValueAttribute()>
<ParenthesizePropertyNameAttribute(True)>
<BindableAttribute(True)>
<CategoryAttribute("AxisView")>
<DescriptionAttribute("View size type.")>
Public Property SizeType As DateTimeIntervalType
Visual Basic (Usage) Copy Code
Dim instance As AxisDataView
Dim value As DateTimeIntervalType
 
instance.SizeType = value
 
value = instance.SizeType
C#  
[DefaultValueAttribute()]
[ParenthesizePropertyNameAttribute(true)]
[BindableAttribute(true)]
[CategoryAttribute("AxisView")]
[DescriptionAttribute("View size type.")]
public DateTimeIntervalType SizeType {get; set;}

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