Spread Windows Forms 12.0 Product Documentation
SelectedObject Property (FpChart)


FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace > FpChart Class : SelectedObject Property
Gets or sets the selected object. Could be a plot area, legend area, label area or series info.
Syntax
'Declaration
 
Public Property SelectedObject As Object
'Usage
 
Dim instance As FpChart
Dim value As Object
 
instance.SelectedObject = value
 
value = instance.SelectedObject
public object SelectedObject {get; set;}
See Also

Reference

FpChart Class
FpChart Members