Initial Commit.

This commit is contained in:
ZhijuCen
2026-06-23 21:47:51 +08:00
commit d17f68e979
5201 changed files with 318318 additions and 0 deletions
@@ -0,0 +1,25 @@
# SetDouble
Sets new value for the chart property of the double type.
```
bool  SetDouble(
   ENUM_CHART_PROPERTY_DOUBLE  prop_id,     // property identifier
   double                      value        // new value
   )
```
Parameters
prop_id
[in]  Chart property identifier (from [ENUM_CHART_PROPERTY_DOUBLE](/en/docs/constants/chartconstants/enum_chart_property#enum_chart_property_double) enumeration).
value
[in]  New value for the property.
Return Value
true - successful, false - cannot change the double property.