Hi,
When using HydroHub, I modified labels and generated xml file.
Once I loaded this file, <Text> labels in the xml file did not work.
More precisely, <ylabel> worked but <legendName> and <xLabel> did not work,
Is this a bug?
Hiroshi
<?xml version="1.0" encoding="UTF-8"?>
<ProfileLinePlot>
<title/>
<closeFigure>false</closeFigure>
<refreshPlotInterval>0</refreshPlotInterval>
<profilePlot>
<date>2015-12-01 23:59:39</date>
<address>file.profile_sws.73,62.Temperature</address>
<axes>1</axes>
<PlotProperties>
<Text>
<legendName>12-01</legendName>
<xLabel>WT(ーC)</xLabel>
<yLabel> depth (m)</yLabel>
</Text>
<Colors>
<lineColor>[0.0 0.0 1.0]</lineColor>
<lineStyle>-</lineStyle>
</Colors>
<PlotType>
<shapeStyle>s</shapeStyle>
</PlotType>
</PlotProperties>
</profilePlot>
</ProfileLinePlot>