M
Marcel
H
I would like to show SPEED and DISTANCE based on TIMESTAMP in a chart
so i need three axis
Left: Spee
Right: DISTANC
Bottom: TIM
I tried with chChartTypeScatterLine but I could nor create a right axis
I tried with chChartTypeLine but formating of the x.axis failed:
cht.Axes(c.chAxisPositionBottom).NumberFormat = "mm/dd/yyyy" or = '"Medium Time" => Message: Invalid Parameter
(but .NumberFormat = '"Medium Time" worked with chChartTypeScatterLine !!
What chart type do I have to choose and what about time formatiing. The Timestamp is comming from SQL-DB
Thanks for Hel
Marcel
I would like to show SPEED and DISTANCE based on TIMESTAMP in a chart
so i need three axis
Left: Spee
Right: DISTANC
Bottom: TIM
I tried with chChartTypeScatterLine but I could nor create a right axis
I tried with chChartTypeLine but formating of the x.axis failed:
cht.Axes(c.chAxisPositionBottom).NumberFormat = "mm/dd/yyyy" or = '"Medium Time" => Message: Invalid Parameter
(but .NumberFormat = '"Medium Time" worked with chChartTypeScatterLine !!
What chart type do I have to choose and what about time formatiing. The Timestamp is comming from SQL-DB
Thanks for Hel
Marcel