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






Syntax

Visual Basic (Declaration) 
<NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.BinarySerializableAttribute("setSeriesLineSettings")>
<TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")>
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
<DescriptionAttribute("Controls the look and feel of series line type")>
<CategoryAttribute("Series")>
<ISNet.Serialization.XmlSerializableAttribute(True)>
<DefaultValueAttribute()>
Public ReadOnly Property SeriesLineSettings As ChartSeriesLineSettings
Visual Basic (Usage)Copy Code
Dim instance As ChartSettings
Dim value As ChartSeriesLineSettings
 
value = instance.SeriesLineSettings
C# 
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute("setSeriesLineSettings")]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[DescriptionAttribute("Controls the look and feel of series line type")]
[CategoryAttribute("Series")]
[ISNet.Serialization.XmlSerializableAttribute(true)]
[DefaultValueAttribute()]
public ChartSeriesLineSettings SeriesLineSettings {get;}
Delphi 
public read-only property SeriesLineSettings: ChartSeriesLineSettings; 
JScript 
NotifyParentPropertyAttribute()
ISNet.Serialization.BinarySerializableAttribute("setSeriesLineSettings")
TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")
PersistenceModeAttribute(PersistenceMode.InnerProperty)
DescriptionAttribute("Controls the look and feel of series line type")
CategoryAttribute("Series")
ISNet.Serialization.XmlSerializableAttribute()
DefaultValueAttribute()
public function get SeriesLineSettings : ChartSeriesLineSettings
Managed Extensions for C++ 
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute("setSeriesLineSettings")]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[DescriptionAttribute("Controls the look and feel of series line type")]
[CategoryAttribute("Series")]
[ISNet.Serialization.XmlSerializableAttribute(true)]
[DefaultValueAttribute()]
public: __property ChartSeriesLineSettings* get_SeriesLineSettings();
C++/CLI 
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute("setSeriesLineSettings")]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[DescriptionAttribute("Controls the look and feel of series line type")]
[CategoryAttribute("Series")]
[ISNet.Serialization.XmlSerializableAttribute(true)]
[DefaultValueAttribute()]
public:
property ChartSeriesLineSettings^ SeriesLineSettings {
   ChartSeriesLineSettings^ 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.