[]
        
(Showing Draft Content)

FarPoint.Win.Chart.DoubleCollectionPropertyDescriptor.GetValue

GetValue Method

GetValue(object)

Gets the current value of the property on a component.

Declaration
public override object GetValue(object component)
Public Overrides Function GetValue(component As Object) As Object
Parameters
Type Name Description
object component

The component with the property for which to retrieve the value.

Returns
Type Description
object

The value of a property for a given component.

Overrides