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






Syntax

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