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






Syntax

Visual Basic (Declaration) 
<NotifyParentPropertyAttribute(True)>
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
<TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")>
<CategoryAttribute("General")>
<DescriptionAttribute("The stroke style of the grid lines")>
<ISNet.Serialization.BinarySerializableAttribute("setLineStyle")>
<DefaultValueAttribute()>
Public ReadOnly Property LineStyle As ChartStrokeStyle
Visual Basic (Usage)Copy Code
Dim instance As ChartScaleGridStyle
Dim value As ChartStrokeStyle
 
value = instance.LineStyle
C# 
[NotifyParentPropertyAttribute(true)]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[CategoryAttribute("General")]
[DescriptionAttribute("The stroke style of the grid lines")]
[ISNet.Serialization.BinarySerializableAttribute("setLineStyle")]
[DefaultValueAttribute()]
public ChartStrokeStyle LineStyle {get;}
Delphi 
public read-only property LineStyle: ChartStrokeStyle; 
JScript 
NotifyParentPropertyAttribute()
PersistenceModeAttribute(PersistenceMode.InnerProperty)
TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")
CategoryAttribute("General")
DescriptionAttribute("The stroke style of the grid lines")
ISNet.Serialization.BinarySerializableAttribute("setLineStyle")
DefaultValueAttribute()
public function get LineStyle : ChartStrokeStyle
Managed Extensions for C++ 
[NotifyParentPropertyAttribute(true)]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[CategoryAttribute("General")]
[DescriptionAttribute("The stroke style of the grid lines")]
[ISNet.Serialization.BinarySerializableAttribute("setLineStyle")]
[DefaultValueAttribute()]
public: __property ChartStrokeStyle* get_LineStyle();
C++/CLI 
[NotifyParentPropertyAttribute(true)]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[CategoryAttribute("General")]
[DescriptionAttribute("The stroke style of the grid lines")]
[ISNet.Serialization.BinarySerializableAttribute("setLineStyle")]
[DefaultValueAttribute()]
public:
property ChartStrokeStyle^ LineStyle {
   ChartStrokeStyle^ get();
}

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.