Spread for ASP.NET 12 Product Documentation
EnableClickEvent Property (FpChart)


FarPoint.Web.Chart Assembly > FarPoint.Web.Chart Namespace > FpChart Class : EnableClickEvent Property
Gets or sets a value that indicates whether the Click event can be used.
Syntax
'Declaration
 
Public Property EnableClickEvent As Boolean
'Usage
 
Dim instance As FpChart
Dim value As Boolean
 
instance.EnableClickEvent = value
 
value = instance.EnableClickEvent
public bool EnableClickEvent {get; set;}

Property Value

true if the Click event can be used; otherwise, false.
See Also

Reference

FpChart Class
FpChart Members