Intersoft ClientUI Documentation
CanUserSelect Property (UXChart)



Gets or sets a value indicating whether elements in the chart series can be selected.
Syntax
<CategoryAttribute("Common Properties")>
Public Property CanUserSelect As Boolean
Dim instance As UXChart
Dim value As Boolean
 
instance.CanUserSelect = value
 
value = instance.CanUserSelect
[CategoryAttribute("Common Properties")]
public bool CanUserSelect {get; set;}
[CategoryAttribute("Common Properties")]
public:
property bool CanUserSelect {
   bool get();
   void set (    bool value);
}
Remarks
Selection in UXChart can be enabled by setting the CanUserSelect property to True. You can also control the selection individually in each series, by setting the same property that available in each series types.CanUserSelect property in each series has higher precedence than CanUserSelect property in UXChart. If you do not set the property in each series, it will use the one specified in UXChart , on contrary in you set the CanUserSelect property in the series it will override the one specified in UXChart .
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXChart Class
UXChart Members

Send Feedback