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






Syntax

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