Style¶
Summary¶
Represents the style of a chart control.
Signature
1 |
|
Namespace¶
cAlgo.API
Examples¶
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 |
|
Methods¶
Set (2)¶
Set (1 of 2)
Summary
Provides data for the chart control Style for the specified ControlProperty and the ControlState.
Signature
1 |
|
Parameters
Name | Type | Description |
---|---|---|
property | ControlProperty | The control property |
value | object | The property value |
state | ControlState | Control state |
Return Value
void
Set (2 of 2)
Summary
Sets the chart control Style for the specified ControlProperty.
Signature
1 |
|
Parameters
Name | Type | Description |
---|---|---|
property | ControlProperty | The control property |
value | object | The property value |
Return Value
void
Get (2)¶
Get (1 of 2)
Summary
Gets the chart object style for the specified ControlProperty.
Signature
1 |
|
Parameters
Name | Type | Description |
---|---|---|
property | ControlProperty | The control property |
Return Value
object
Get (2 of 2)
Summary
Gets the chart control style for the specified ControlProperty and ControlState.
Signature
1 |
|
Parameters
Name | Type | Description |
---|---|---|
property | ControlProperty | The control property |
state | ControlState | Control state |
Return Value
object