### DataSourceProps

| 参数名               | 说明         | 必填 | 类型                                                                                                                                         | 默认值  | 备注      |
| -------------------- | ------------ | ---- | -------------------------------------------------------------------------------------------------------------------------------------------- | ------- | --------- |
| name                 | 名称         | 是   | String                                                                                                                                       | `-`     | `-`       |
| data                 | 数据         | 是   | Object[]                                                                                                                                     | `-`     | `{x,y,z}` |
| color                | 线条颜色     | 否   | String                                                                                                                                       | `#000`  | `-`       |
| thickness            | 线条厚度     | 否   | Number                                                                                                                                       | `1`     | `-`       |
| cursorEnabled        | 光标         | 否   | Boolean (仅 2D)                                                                                                                              | `false` | `-`       |
| resultTableFormatter | 自定义显示板 | 否   | [Function](https://www.arction.com/lightningchart-js-api-documentation/v3.0.0/classes/lineseries.html#setcursorresulttableformatter) (仅 2D) | `-`     | `-`       |
