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






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

Syntax

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