Method | Description | |
---|---|---|
AlterProperty ( Object parent, String name, |
Changes a given property to a certain value using the available value converter.
|
|
AlterSeriesProperty ( Object parent, |
Changes a given property to a certain value using the available value converter.
|
|
SetFunction ( |
Method | Description | |
---|---|---|
Function ( |
||
Function ( |
||
Function ( |
||
Function ( |
||
Function ( |
||
Function ( |
public static AlterProperty ( Object parent, String name, |
||
parent | Object | The object that should contain the property. |
name | String | The name of the property (property needs to have a converter specified). |
value | The new value of the property. | |
return | void |
public static AlterSeriesProperty ( Object parent, |
||
parent | Object | The object that should contain the property. |
series | The series (0..(n-1)) that should be changed. | |
property | String | The name of the property (property needs to have a converter specified). |
value | The new value of the property. | |
return | void |
public SetFunction ( |
||
context | ||
return | System |