技术文档MQL5参考标准程序库自定义图形CPieChartLabelMakeLabelMakeLabelMake基于其值和原标签生成片段标签。string LabelMake( const string text, // 标签 const double value, // 值 const bool to_left, // 标识 )参数 text[in] 标签。value[in] 值。to_left[in] 定义标签布局顺序:true — 标签,然后值。false — 值,然后标签。返回值 片段标签。DrawPie