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






Syntax

Visual Basic (Declaration) 
<TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")>
<ISNet.Serialization.BinarySerializableAttribute("setShadowStyle")>
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
<DescriptionAttribute("Defines the shadow style used to display the series legend entries.")>
<CategoryAttribute("General")>
Public ReadOnly Property ShadowStyle As ChartShadowStyle
Visual Basic (Usage)Copy Code
Dim instance As SeriesLegend
Dim value As ChartShadowStyle
 
value = instance.ShadowStyle
C# 
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[ISNet.Serialization.BinarySerializableAttribute("setShadowStyle")]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[DescriptionAttribute("Defines the shadow style used to display the series legend entries.")]
[CategoryAttribute("General")]
public ChartShadowStyle ShadowStyle {get;}
Delphi 
public read-only property ShadowStyle: ChartShadowStyle; 
JScript 
TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")
ISNet.Serialization.BinarySerializableAttribute("setShadowStyle")
PersistenceModeAttribute(PersistenceMode.InnerProperty)
NotifyParentPropertyAttribute()
DefaultValueAttribute()
DescriptionAttribute("Defines the shadow style used to display the series legend entries.")
CategoryAttribute("General")
public function get ShadowStyle : ChartShadowStyle
Managed Extensions for C++ 
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[ISNet.Serialization.BinarySerializableAttribute("setShadowStyle")]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[DescriptionAttribute("Defines the shadow style used to display the series legend entries.")]
[CategoryAttribute("General")]
public: __property ChartShadowStyle* get_ShadowStyle();
C++/CLI 
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[ISNet.Serialization.BinarySerializableAttribute("setShadowStyle")]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[DescriptionAttribute("Defines the shadow style used to display the series legend entries.")]
[CategoryAttribute("General")]
public:
property ChartShadowStyle^ ShadowStyle {
   ChartShadowStyle^ 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.