[]
type DvChartPlotType =
| "Custom"
| "Bar"
| "Line"
| "Area"
| "Scatter"
| "HighLowOpenClose"
| "Candlestick"
| "Column"
| "Pie"
| "Pyramid"
| "Funnel"
| "Bubble"
| "Gantt"
| "HighLowClose"
| "PolarColumn"
| "PolarBar"
| "RadarArea"
| "RadarBubble"
| "RadarScatter"
| "RadarLine"
| "RangeArea"
| "RangeBar"
| "RangeColumn"
| "Gauge";
Copied from @grapecity/rdlx-model