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






Syntax

Visual Basic (Declaration) 
<NotifyParentPropertyAttribute(True)>
<CategoryAttribute("Options")>
<DescriptionAttribute("Controls the level of detail of spheres.")>
<DefaultValueAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
Public Property SphereDetail As LevelOfDetail
Visual Basic (Usage)Copy Code
Dim instance As SeriesPoint
Dim value As LevelOfDetail
 
instance.SphereDetail = value
 
value = instance.SphereDetail
C# 
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Options")]
[DescriptionAttribute("Controls the level of detail of spheres.")]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
public LevelOfDetail SphereDetail {get; set;}
Delphi 
public read-write property SphereDetail: LevelOfDetail; 
JScript 
NotifyParentPropertyAttribute()
CategoryAttribute("Options")
DescriptionAttribute("Controls the level of detail of spheres.")
DefaultValueAttribute()
ISNet.Serialization.BinarySerializableAttribute()
public function get,set SphereDetail : LevelOfDetail
Managed Extensions for C++ 
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Options")]
[DescriptionAttribute("Controls the level of detail of spheres.")]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
public: __property LevelOfDetail get_SphereDetail();
public: __property void set_SphereDetail( 
   LevelOfDetail value
);
C++/CLI 
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Options")]
[DescriptionAttribute("Controls the level of detail of spheres.")]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
public:
property LevelOfDetail SphereDetail {
   LevelOfDetail get();
   void set (    LevelOfDetail 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.