EnableClickEvent Property (FpChart)
In This Topic
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
.
Example
This example creates a chart control in Spread and maps several events.
See Also