MCPcopy Create free account
hub / github.com/antvis/F2Native / SetEnableConfig

Method SetEnableConfig

core/graphics/XChart.h:232–232  ·  view source on GitHub ↗

设置开关配置 json string

Source from the content-addressed store, hash-verified

230 inline const std::string &GetChartId() { return this->chartId_; }
231 /// 设置开关配置 json string
232 inline void SetEnableConfig(EnableListConfig &enableCfg) noexcept { this->enableCfg_ = enableCfg; };
233
234 inline EnableListConfig &GetEnableConfig() noexcept { return this->enableCfg_; }
235

Callers 1

SetEnableListConfigMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected