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






Syntax

Visual Basic (Declaration) 
<CategoryAttribute("General")>
<ISNet.Serialization.BinarySerializableAttribute()>
<DescriptionAttribute("Defines the information which must be displayed for each data point if the Mode is set to DataPoints.")>
<DefaultValueAttribute()>
<NotifyParentPropertyAttribute(True)>
Public Property Format As String
Visual Basic (Usage)Copy Code
Dim instance As SeriesLegend
Dim value As String
 
instance.Format = value
 
value = instance.Format
C# 
[CategoryAttribute("General")]
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Defines the information which must be displayed for each data point if the Mode is set to DataPoints.")]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
public string Format {get; set;}
Delphi 
public read-write property Format: String; 
JScript 
CategoryAttribute("General")
ISNet.Serialization.BinarySerializableAttribute()
DescriptionAttribute("Defines the information which must be displayed for each data point if the Mode is set to DataPoints.")
DefaultValueAttribute()
NotifyParentPropertyAttribute()
public function get,set Format : String
Managed Extensions for C++ 
[CategoryAttribute("General")]
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Defines the information which must be displayed for each data point if the Mode is set to DataPoints.")]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
public: __property string* get_Format();
public: __property void set_Format( 
   string* value
);
C++/CLI 
[CategoryAttribute("General")]
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Defines the information which must be displayed for each data point if the Mode is set to DataPoints.")]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
public:
property String^ Format {
   String^ get();
   void set (    String^ 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.