Hello,
It is possible to
make combination of charts as shown in attached image? The X axis is „ValueType.DateTime“
Chart area is splited to two rows:
Top chart is transposed „ChartSeriesType.RangeColumn“
Bottom is classic line chart.
Example of my
data classes:
Public Class LineChartData
Public xValue As DateTime
Public yValue As Double
Public yValue1 As Double
End Class
Public Class InversedRangeColumnData
Public x As String
Public low As DateTime
Public high As DateTime
End Class
tooltip: {enable: true, shared: true}
|