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






Syntax

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