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






Syntax

Visual Basic (Declaration) 
<NotifyParentPropertyAttribute(True)>
<CategoryAttribute("Empty Data Points Appearance")>
<ISNet.Serialization.BinarySerializableAttribute()>
<DescriptionAttribute("Enables or disables data labels for empty data points")>
<DefaultValueAttribute()>
Public Property ShowLabels As Boolean
Visual Basic (Usage)Copy Code
Dim instance As ChartEmptyDataPointsStyle
Dim value As Boolean
 
instance.ShowLabels = value
 
value = instance.ShowLabels
C# 
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Empty Data Points Appearance")]
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Enables or disables data labels for empty data points")]
[DefaultValueAttribute()]
public bool ShowLabels {get; set;}
Delphi 
public read-write property ShowLabels: Boolean; 
JScript 
NotifyParentPropertyAttribute()
CategoryAttribute("Empty Data Points Appearance")
ISNet.Serialization.BinarySerializableAttribute()
DescriptionAttribute("Enables or disables data labels for empty data points")
DefaultValueAttribute()
public function get,set ShowLabels : boolean
Managed Extensions for C++ 
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Empty Data Points Appearance")]
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Enables or disables data labels for empty data points")]
[DefaultValueAttribute()]
public: __property bool get_ShowLabels();
public: __property void set_ShowLabels( 
   bool value
);
C++/CLI 
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Empty Data Points Appearance")]
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Enables or disables data labels for empty data points")]
[DefaultValueAttribute()]
public:
property bool ShowLabels {
   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.