Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ChartShape Class / SelectedObject Property


In This Topic
    SelectedObject Property (ChartShape)
    In This Topic
    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 ChartShape
    Dim value As Object
     
    instance.SelectedObject = value
     
    value = instance.SelectedObject
    public object SelectedObject {get; set;}

    Property Value

    The selected object.
    See Also