Intersoft WebGrid Documentation
CanAddToChartData Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGridColumn Class : CanAddToChartData Property






Determines whether this column can be added to Chart Data Zone.

Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.XmlSerializableAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<CategoryAttribute("Pivot Charting")>
<DefaultValueAttribute()>
<NotifyParentPropertyAttribute(True)>
<DescriptionAttribute("Determines whether this column can be added to Chart Data Zone.")>
Public Property CanAddToChartData As Boolean
Visual Basic (Usage)Copy Code
Dim instance As WebGridColumn
Dim value As Boolean
 
instance.CanAddToChartData = value
 
value = instance.CanAddToChartData
C# 
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[CategoryAttribute("Pivot Charting")]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Determines whether this column can be added to Chart Data Zone.")]
public bool CanAddToChartData {get; set;}
Delphi 
public read-write property CanAddToChartData: Boolean; 
JScript 
ISNet.Serialization.XmlSerializableAttribute()
ISNet.Serialization.BinarySerializableAttribute()
CategoryAttribute("Pivot Charting")
DefaultValueAttribute()
NotifyParentPropertyAttribute()
DescriptionAttribute("Determines whether this column can be added to Chart Data Zone.")
public function get,set CanAddToChartData : boolean
Managed Extensions for C++ 
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[CategoryAttribute("Pivot Charting")]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Determines whether this column can be added to Chart Data Zone.")]
public: __property bool get_CanAddToChartData();
public: __property void set_CanAddToChartData( 
   bool value
);
C++/CLI 
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[CategoryAttribute("Pivot Charting")]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Determines whether this column can be added to Chart Data Zone.")]
public:
property bool CanAddToChartData {
   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.