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






Syntax

Visual Basic (Declaration) 
<DefaultValueAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<DescriptionAttribute("When set to true the legend entries created from the series will inherit the series shadow type.")>
<NotifyParentPropertyAttribute(True)>
<CategoryAttribute("General")>
Public Property InheritSeriesShadowType As Boolean
Visual Basic (Usage)Copy Code
Dim instance As SeriesLegend
Dim value As Boolean
 
instance.InheritSeriesShadowType = value
 
value = instance.InheritSeriesShadowType
C# 
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("When set to true the legend entries created from the series will inherit the series shadow type.")]
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("General")]
public bool InheritSeriesShadowType {get; set;}
Delphi 
public read-write property InheritSeriesShadowType: Boolean; 
JScript 
DefaultValueAttribute()
ISNet.Serialization.BinarySerializableAttribute()
DescriptionAttribute("When set to true the legend entries created from the series will inherit the series shadow type.")
NotifyParentPropertyAttribute()
CategoryAttribute("General")
public function get,set InheritSeriesShadowType : boolean
Managed Extensions for C++ 
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("When set to true the legend entries created from the series will inherit the series shadow type.")]
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("General")]
public: __property bool get_InheritSeriesShadowType();
public: __property void set_InheritSeriesShadowType( 
   bool value
);
C++/CLI 
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("When set to true the legend entries created from the series will inherit the series shadow type.")]
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("General")]
public:
property bool InheritSeriesShadowType {
   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.