Charts Definition Language (CDL): Difference between revisions

m
no edit summary
mNo edit summary
Line 86: Line 86:


The keywords for the actual parameters and the Graph Types speak for themselves.
The keywords for the actual parameters and the Graph Types speak for themselves.
== The Chart Axis ==
All PlotVariables have their own defined axis and those axis will be coupled automatically to the chart. Multiple axis will be alternately added left-right where the order in the definition files determines this order. So it is the user who ultimately can define where the axis are places: left or right and from inside to the outside in the order where they are encountered during the parsing process.
The following axis are currently defined and implicit for the plot variables (the user has no options here):
#None
#Temp
#Pressure
#Rain
#Rrate
#Wind
#Direction
#Humidity
#Solar
#UV
#Hours
#Distance
#DegreeDays
#EVT
Translations for the axis titles come from the [Website] section and should require no additional effort.


== Additional details ==
== Additional details ==