[]
        
(Showing Draft Content)

FarPoint.Web.Chart.DoubleCollectionPropertyDescriptor.SetValue

SetValue Method

SetValue(object, object)

Sets the value of the component to a different value.

Declaration
public override void SetValue(object component, object value)
Public Overrides Sub SetValue(component As Object, value As Object)
Parameters
Type Name Description
object component

The component with the property value that is to be set.

object value

The new value.

Overrides