Intersoft WebGrid Documentation
Use1DInterpolationForXYScatter Property
See Also  Send Feedback
ISNet.WebUI.WebGrid.Chart Namespace > SeriesSmoothLine Class : Use1DInterpolationForXYScatter Property






Syntax

Visual Basic (Declaration) 
<DefaultValueAttribute()>
<DescriptionAttribute("Controls the interpolation method for XY scatter smooth lines.")>
<CategoryAttribute("Options")>
<ISNet.Serialization.BinarySerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
Public Property Use1DInterpolationForXYScatter As Boolean
Visual Basic (Usage)Copy Code
Dim instance As SeriesSmoothLine
Dim value As Boolean
 
instance.Use1DInterpolationForXYScatter = value
 
value = instance.Use1DInterpolationForXYScatter
C# 
[DefaultValueAttribute()]
[DescriptionAttribute("Controls the interpolation method for XY scatter smooth lines.")]
[CategoryAttribute("Options")]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
public bool Use1DInterpolationForXYScatter {get; set;}
Delphi 
public read-write property Use1DInterpolationForXYScatter: Boolean; 
JScript 
DefaultValueAttribute()
DescriptionAttribute("Controls the interpolation method for XY scatter smooth lines.")
CategoryAttribute("Options")
ISNet.Serialization.BinarySerializableAttribute()
NotifyParentPropertyAttribute()
public function get,set Use1DInterpolationForXYScatter : boolean
Managed Extensions for C++ 
[DefaultValueAttribute()]
[DescriptionAttribute("Controls the interpolation method for XY scatter smooth lines.")]
[CategoryAttribute("Options")]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
public: __property bool get_Use1DInterpolationForXYScatter();
public: __property void set_Use1DInterpolationForXYScatter( 
   bool value
);
C++/CLI 
[DefaultValueAttribute()]
[DescriptionAttribute("Controls the interpolation method for XY scatter smooth lines.")]
[CategoryAttribute("Options")]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
public:
property bool Use1DInterpolationForXYScatter {
   bool get();
   void set (    bool 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

©2012 Intersoft Solutions Corp. All Rights Reserved.