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






Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.BinarySerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
<CategoryAttribute("General")>
<DefaultValueAttribute()>
<DescriptionAttribute("Enable the jittering (full context antialiasing) feature of the control.")>
Public Property EnableJittering As Boolean
Visual Basic (Usage)Copy Code
Dim instance As ChartVisualEffectSettings
Dim value As Boolean
 
instance.EnableJittering = value
 
value = instance.EnableJittering
C# 
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("General")]
[DefaultValueAttribute()]
[DescriptionAttribute("Enable the jittering (full context antialiasing) feature of the control.")]
public bool EnableJittering {get; set;}
Delphi 
public read-write property EnableJittering: Boolean; 
JScript 
ISNet.Serialization.BinarySerializableAttribute()
NotifyParentPropertyAttribute()
CategoryAttribute("General")
DefaultValueAttribute()
DescriptionAttribute("Enable the jittering (full context antialiasing) feature of the control.")
public function get,set EnableJittering : boolean
Managed Extensions for C++ 
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("General")]
[DefaultValueAttribute()]
[DescriptionAttribute("Enable the jittering (full context antialiasing) feature of the control.")]
public: __property bool get_EnableJittering();
public: __property void set_EnableJittering( 
   bool value
);
C++/CLI 
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("General")]
[DefaultValueAttribute()]
[DescriptionAttribute("Enable the jittering (full context antialiasing) feature of the control.")]
public:
property bool EnableJittering {
   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.