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


Custom label right position.

Syntax

Visual Basic (Declaration)  
<BindableAttribute(True)>
<CategoryAttribute("Appearance")>
<TypeConverterAttribute("Dundas.Charting.WebControl.Design.AxisLabelDateValueConverter, Dundas.SharePoint.Charting.WebParts, Version=2.5.0.0, Culture=neutral, PublicKeyToken=fab2f7696049aaca")>
<DefaultValueAttribute()>
<DescriptionAttribute("Custom label right position.")>
<PersistenceModeAttribute()>
Public Property To As Double
Visual Basic (Usage) Copy Code
Dim instance As CustomLabel
Dim value As Double
 
instance.To = value
 
value = instance.To
C#  
[BindableAttribute(true)]
[CategoryAttribute("Appearance")]
[TypeConverterAttribute("Dundas.Charting.WebControl.Design.AxisLabelDateValueConverter, Dundas.SharePoint.Charting.WebParts, Version=2.5.0.0, Culture=neutral, PublicKeyToken=fab2f7696049aaca")]
[DefaultValueAttribute()]
[DescriptionAttribute("Custom label right position.")]
[PersistenceModeAttribute()]
public double To {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