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






Syntax

Visual Basic (Declaration) 
<NotifyParentPropertyAttribute(True)>
<CategoryAttribute("Options")>
<ISNet.Serialization.BinarySerializableAttribute()>
<DescriptionAttribute("Enable user to switch chart to Overlapped 3D Line with Markers type.")>
<DefaultValueAttribute()>
<ISNet.Serialization.XmlSerializableAttribute()>
Public Property EnableOverlapped3DLineWithMarkersType As Boolean
Visual Basic (Usage)Copy Code
Dim instance As ChartLineTypeSettings
Dim value As Boolean
 
instance.EnableOverlapped3DLineWithMarkersType = value
 
value = instance.EnableOverlapped3DLineWithMarkersType
C# 
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Options")]
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Enable user to switch chart to Overlapped 3D Line with Markers type.")]
[DefaultValueAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
public bool EnableOverlapped3DLineWithMarkersType {get; set;}
Delphi 
public read-write property EnableOverlapped3DLineWithMarkersType: Boolean; 
JScript 
NotifyParentPropertyAttribute()
CategoryAttribute("Options")
ISNet.Serialization.BinarySerializableAttribute()
DescriptionAttribute("Enable user to switch chart to Overlapped 3D Line with Markers type.")
DefaultValueAttribute()
ISNet.Serialization.XmlSerializableAttribute()
public function get,set EnableOverlapped3DLineWithMarkersType : boolean
Managed Extensions for C++ 
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Options")]
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Enable user to switch chart to Overlapped 3D Line with Markers type.")]
[DefaultValueAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
public: __property bool get_EnableOverlapped3DLineWithMarkersType();
public: __property void set_EnableOverlapped3DLineWithMarkersType( 
   bool value
);
C++/CLI 
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Options")]
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Enable user to switch chart to Overlapped 3D Line with Markers type.")]
[DefaultValueAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
public:
property bool EnableOverlapped3DLineWithMarkersType {
   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.