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






Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.XmlSerializableAttribute()>
<CategoryAttribute("General")>
<ISNet.Serialization.BinarySerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
<DescriptionAttribute("Specifies the image format of the chart")>
<DefaultValueAttribute()>
Public Property ImageFormat As ChartImageFormat
Visual Basic (Usage)Copy Code
Dim instance As ChartSettings
Dim value As ChartImageFormat
 
instance.ImageFormat = value
 
value = instance.ImageFormat
C# 
[ISNet.Serialization.XmlSerializableAttribute()]
[CategoryAttribute("General")]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Specifies the image format of the chart")]
[DefaultValueAttribute()]
public ChartImageFormat ImageFormat {get; set;}
Delphi 
public read-write property ImageFormat: ChartImageFormat; 
JScript 
ISNet.Serialization.XmlSerializableAttribute()
CategoryAttribute("General")
ISNet.Serialization.BinarySerializableAttribute()
NotifyParentPropertyAttribute()
DescriptionAttribute("Specifies the image format of the chart")
DefaultValueAttribute()
public function get,set ImageFormat : ChartImageFormat
Managed Extensions for C++ 
[ISNet.Serialization.XmlSerializableAttribute()]
[CategoryAttribute("General")]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Specifies the image format of the chart")]
[DefaultValueAttribute()]
public: __property ChartImageFormat get_ImageFormat();
public: __property void set_ImageFormat( 
   ChartImageFormat value
);
C++/CLI 
[ISNet.Serialization.XmlSerializableAttribute()]
[CategoryAttribute("General")]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Specifies the image format of the chart")]
[DefaultValueAttribute()]
public:
property ChartImageFormat ImageFormat {
   ChartImageFormat get();
   void set (    ChartImageFormat 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.