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






Syntax

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