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






Syntax

Visual Basic (Declaration) 
<DescriptionAttribute("Data label format string.")>
<DefaultValueAttribute()>
<CategoryAttribute("Text")>
<NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.BinarySerializableAttribute()>
Public Property Format As String
Visual Basic (Usage)Copy Code
Dim instance As ChartDataLabelStyle
Dim value As String
 
instance.Format = value
 
value = instance.Format
C# 
[DescriptionAttribute("Data label format string.")]
[DefaultValueAttribute()]
[CategoryAttribute("Text")]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
public string Format {get; set;}
Delphi 
public read-write property Format: String; 
JScript 
DescriptionAttribute("Data label format string.")
DefaultValueAttribute()
CategoryAttribute("Text")
NotifyParentPropertyAttribute()
ISNet.Serialization.BinarySerializableAttribute()
public function get,set Format : String
Managed Extensions for C++ 
[DescriptionAttribute("Data label format string.")]
[DefaultValueAttribute()]
[CategoryAttribute("Text")]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
public: __property string* get_Format();
public: __property void set_Format( 
   string* value
);
C++/CLI 
[DescriptionAttribute("Data label format string.")]
[DefaultValueAttribute()]
[CategoryAttribute("Text")]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
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.