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


Type of values stored on the X axes

Syntax

Visual Basic (Declaration)  
<BindableAttribute(True)>
<CategoryAttribute("Data")>
<PersistenceModeAttribute()>
<DescriptionAttribute("Type of values stored on the X axes")>
<DefaultValueAttribute()>
Public Property XValueType As ChartValueTypes
Visual Basic (Usage) Copy Code
Dim instance As Series
Dim value As ChartValueTypes
 
instance.XValueType = value
 
value = instance.XValueType
C#  
[BindableAttribute(true)]
[CategoryAttribute("Data")]
[PersistenceModeAttribute()]
[DescriptionAttribute("Type of values stored on the X axes")]
[DefaultValueAttribute()]
public ChartValueTypes XValueType {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