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






Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.BinarySerializableAttribute("setLightingImageFilter")>
<NotifyParentPropertyAttribute(True)>
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
<TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")>
<CategoryAttribute("Styles")>
<DescriptionAttribute("Controls the lighting visual effect.")>
<DefaultValueAttribute()>
Public ReadOnly Property LightingImageFilter As ChartLightingImageFilterSettings
Visual Basic (Usage)Copy Code
Dim instance As Series
Dim value As ChartLightingImageFilterSettings
 
value = instance.LightingImageFilter
C# 
[ISNet.Serialization.BinarySerializableAttribute("setLightingImageFilter")]
[NotifyParentPropertyAttribute(true)]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[CategoryAttribute("Styles")]
[DescriptionAttribute("Controls the lighting visual effect.")]
[DefaultValueAttribute()]
public ChartLightingImageFilterSettings LightingImageFilter {get;}
Delphi 
public read-only property LightingImageFilter: ChartLightingImageFilterSettings; 
JScript 
ISNet.Serialization.BinarySerializableAttribute("setLightingImageFilter")
NotifyParentPropertyAttribute()
PersistenceModeAttribute(PersistenceMode.InnerProperty)
TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")
CategoryAttribute("Styles")
DescriptionAttribute("Controls the lighting visual effect.")
DefaultValueAttribute()
public function get LightingImageFilter : ChartLightingImageFilterSettings
Managed Extensions for C++ 
[ISNet.Serialization.BinarySerializableAttribute("setLightingImageFilter")]
[NotifyParentPropertyAttribute(true)]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[CategoryAttribute("Styles")]
[DescriptionAttribute("Controls the lighting visual effect.")]
[DefaultValueAttribute()]
public: __property ChartLightingImageFilterSettings* get_LightingImageFilter();
C++/CLI 
[ISNet.Serialization.BinarySerializableAttribute("setLightingImageFilter")]
[NotifyParentPropertyAttribute(true)]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[CategoryAttribute("Styles")]
[DescriptionAttribute("Controls the lighting visual effect.")]
[DefaultValueAttribute()]
public:
property ChartLightingImageFilterSettings^ LightingImageFilter {
   ChartLightingImageFilterSettings^ 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.