Comment editer une ligne sur le 0°

Une question, un bug ?
Répondre
Pmarie
Membre
Messages : 41
Inscription : mer. nov. 26, 2008 11:08 am

Comment editer une ligne sur le 0°

Message par Pmarie »

comment editer une ligne droite grasse permanente, de couleur blanche sur la totalité de ma feuille de style pour indiquer le 0°
Cela me permettrai de situer mes courbes par rapport au 0° + rapidement.
Exemple de ma feuille de style:

<?xml version="1.0" encoding="iso-8859-1" ?>
<stylesheet>
<image width="1020" height="945" />
<frame width="1020" height="945" position-x="0" position-y="0" shadow="0">
<title text="" alignement="left|top" angle="0">
<font color="FFFFFFFF" facename="Arial" size="16" weight="400" italic="0" />
</title>
<background color1="FF000000" color2="FF000000" gradient="1" gradient-direction="135" stretch="1" />
<border cornerradius="0" color="55555555" thick="1" />
</frame>
<!-- ================= First Lineplot ================= -->
<lineplot width="1000" height="510" shadow="0" position-x="10" position-y="10" margin-top="40" margin-right="20" margin-bottom="40" margin-left="65">
<xaxis color="FFFFFFFF" grid="1" autoscale="0" min="0" max="0">
<title text="" alignement="vcenter|hcenter" angle="0">
<font color="FFFFFFFF" facename="Arial" size="12" weight="400" italic="1" />
</title>
<labels labelinterval="1" angle="0" side="left" hide="0">
<font color="FFFFFFFF" facename="Arial" size="14" weight="400" italic="1" />
</labels>
<ticks majorticks="25" minorticks="0" side="bottom" hidefirst="0" hidelast="0" hideminorticks="0" hide="0" />
</xaxis>
<y1axis color="FFFFFFFF" grid="5" autoscale="0" min="-5" max="25" titleside="top" titlemargin="35">
<title text="Température ($Unit[Temperature])" alignement="vcenter|hcenter" angle="0">
<font color="FFFFFFFF" facename="Arial" size="20" weight="400" italic="1" />
</title>
<labels labelinterval="1" angle="0" format=".0" side="left" hide="0" >
<font color="FFFFFFFF" facename="Arial" size="14" weight="400" italic="1" />
</labels>
<ticks majorticks="31" minorticks="0" side="left" hidefirst="0" hidelast="0" hideminorticks="0" hide="0" />
</y1axis>
<data>
<outdoor_temperature axisbind="y1axis" legend="Extérieur" color1="FFFF0000" antialiasing="1" filled="0" hide="0" thick="2"/>
<indoor_temperature axisbind="y1axis" legend="Salon RDC" color1="FF00CC00" antialiasing="1" filled="0" hide="0" thick="2"/>
<temperature_1 axisbind="y1axis" legend="Ch.Salomé" color1="FF0033FF" antialiasing="1" filled="0" hide="0" thick="2"/>
<temperature_2 axisbind="y1axis" legend="Hall Etage" color1="FFFFFFFF" antialiasing="1" filled="0" hide="0" thick="2"/>
<temperature_3 axisbind="y1axis" legend="Ch.Kévin" color1="FFFF9933" antialiasing="1" filled="0" hide="0" thick="2"/>
<temperature_4 axisbind="y1axis" legend="Grenier Etage" color1="FF808080" antialiasing="1" filled="0" hide="0" thick="2"/>
<temperature_5 axisbind="y1axis" legend="Grenier" color1="F00099FF" antialiasing="1" filled="0" hide="0" thick="2"/>
<temperature_6 axisbind="y1axis" legend="Salle Bas" color1="FF00FF00" antialiasing="1" filled="0" hide="0" thick="2"/>
<temperature_7 axisbind="y1axis" legend="Salon Bas" color1="FFFF33FF" antialiasing="1" filled="0" hide="0" thick="2"/>
<humidity_6 axisbind="y1axis" legend="Garage Nanou" color1="FF3333FF" antialiasing="1" filled="0" hide="0" thick="2"/>
<humidity_7 axisbind="y1axis" legend="Garage Patrick" color1="FF996633" antialiasing="0" filled="0" hide="0" thick="1" pattern="33333333"/>
</data>
<legend orientation="0" margin="5" width="915" position-x="75" position-y="20" hide="0" shadow="0">
<font color="FFFFFFFF" facename="Arial" size="12" weight="400" italic="1" />
<border cornerradius="0" color="55555555" thick="1" />
<background color1="FF000000" color2="FF000000" gradient="1" gradient-direction="90"/>
</legend>
<border cornerradius="0" color="55555555" thick="0" />
<background color1="FF000FF" stretch="1" />
<graphbackground color1="FF000000" color2="00000000" gradient="1" gradient-direction="90"/>
</lineplot>
<!-- ================= Statistics ================= -->
<textbox width="950" height="350" shadow="0" position-x="70" position-y="530" margin="20" >
<background color1="FF000000" color2="FF000000" gradient="1" gradient-direction="90"/>
<text alignement="left|top">
<line text="Rapport généré le $CurrentDate[%A %d %B %Y à %Hh%M]\n"/>
<line text="Du $StartDate[%A %d %B %Y à %Hh%M]"/>
<line text="Au $StopDate[%A %d %B %Y à %Hh%M]"/>
<line text=""/>
<line text="\t\t\t\t\t\tMini\t\t\t\t\tMaxi\t\t\t\tMoyenne"/>
<line text=""/>
<line text="Extérieur :\t\t $Current[outdoor_temperature] $Unit[Temperature]\t\t$Min[outdoor_temperature] $Unit[Temperature] - $MinDate[outdoor_temperature,%d %b %Y à %Hh%M]\t\t$Max[outdoor_temperature] $Unit[Temperature] - $MaxDate[outdoor_temperature,%d %b %Y à %Hh%M]\t\t$Mean[outdoor_temperature] $Unit[Temperature]"/>
<line text="Salon RDC :\t\t $Current[indoor_temperature] $Unit[Temperature]\t\t$Min[indoor_temperature] $Unit[Temperature] - $MinDate[indoor_temperature,%d %b %Y à %Hh%M]\t\t$Max[indoor_temperature] $Unit[Temperature] - $MaxDate[indoor_temperature,%d %b %Y à %Hh%M]\t\t$Mean[indoor_temperature] $Unit[Temperature]"/>
<line text="Ch.Salomé :\t\t $Current[temperature_1] $Unit[Temperature]\t\t $Min[temperature_1] $Unit[Temperature] - $MinDate[temperature_1,%d %b %Y à %Hh%M]\t\t$Max[temperature_1] $Unit[Temperature] - $MaxDate[temperature_1,%d %b %Y à %Hh%M]\t\t$Mean[temperature_1] $Unit[Temperature]"/>
<line text="Hall Etage :\t\t $Current[temperature_2] $Unit[Temperature]\t\t $Min[temperature_2] $Unit[Temperature] - $MinDate[temperature_2,%d %b %Y à %Hh%M]\t\t$Max[temperature_2] $Unit[Temperature] - $MaxDate[temperature_2,%d %b %Y à %Hh%M]\t\t$Mean[temperature_2] $Unit[Temperature]"/>
<line text="Ch.Kévin :\t\t $Current[temperature_3] $Unit[Temperature]\t\t $Min[temperature_3] $Unit[Temperature] - $MinDate[temperature_3,%d %b %Y à %Hh%M]\t\t$Max[temperature_3] $Unit[Temperature] - $MaxDate[temperature_3,%d %b %Y à %Hh%M]\t\t$Mean[temperature_3] $Unit[Temperature]"/>
<line text="Grenier Etage :\t\t $Current[temperature_4] $Unit[Temperature]\t\t $Min[temperature_4] $Unit[Temperature] - $MinDate[temperature_4,%d %b %Y à %Hh%M]\t\t$Max[temperature_4] $Unit[Temperature] - $MaxDate[temperature_4,%d %b %Y à %Hh%M]\t\t$Mean[temperature_4] $Unit[Temperature]"/>
<line text="Grenier :\t\t$Current[temperature_5] $Unit[Temperature]\t\t $Min[temperature_5] $Unit[Temperature] - $MinDate[temperature_5,%d %b %Y à %Hh%M]\t\t$Max[temperature_5] $Unit[Temperature] - $MaxDate[temperature_5,%d %b %Y à %Hh%M]\t\t$Mean[temperature_5] $Unit[Temperature]"/>
<line text="Salle Bas :\t\t$Current[temperature_6] $Unit[Temperature]\t\t $Min[temperature_6] $Unit[Temperature] - $MinDate[temperature_6,%d %b %Y à %Hh%M]\t\t$Max[temperature_6] $Unit[Temperature] - $MaxDate[temperature_6,%d %b %Y à %Hh%M]\t\t$Mean[temperature_6] $Unit[Temperature]"/>
<line text="Salon Bas :\t\t$Current[temperature_7] $Unit[Temperature]\t\t $Min[temperature_7] $Unit[Temperature] - $MinDate[temperature_7,%d %b %Y à %Hh%M]\t\t$Max[temperature_7] $Unit[Temperature] - $MaxDate[temperature_7,%d %b %Y à %Hh%M]\t\t$Mean[temperature_7] $Unit[Temperature]"/>
<line text="Garage Nanou :\t\t$Current[humidity_6] $Unit[Temperature]\t\t $Min[humidity_6] $Unit[Temperature] - $MinDate[humidity_6,%d %b %Y à %Hh%M]\t\t$Max[humidity_6] $Unit[Temperature] - $MaxDate[humidity_6,%d %b %Y à %Hh%M]\t\t$Mean[humidity_6] $Unit[Temperature]"/>
<line text="Garage Patrick :\t\t$Current[humidity_7] $Unit[Temperature]\t\t $Min[humidity_7] $Unit[Temperature] - $MinDate[humidity_7,%d %b %Y à %Hh%M]\t\t$Max[humidity_7] $Unit[Temperature] - $MaxDate[humidity_7,%d %b %Y à %Hh%M]\t\t$Mean[humidity_7] $Unit[Temperature]"/>

<font color="FFFFFFFF" facename="Arial" size="18" weight="400" italic="1" />
</text>
<background color1="FFOOOOOO" color2="FF000000" gradient="1" gradient-direction="90" />
</textbox>

<textbox width="62" height="270" shadow="0" position-x="10" position-y="530" margin="0" >
<border cornerradius="0" color="00000000" thick="0" />
<text text="Statistiques" alignement="relative" angle="90">
<font color="FFFFFFFF" facename="Arial" size="14" weight="400" italic="1" />
</text>
<background color1="FF000000" color2="FF000000" gradient="1" gradient-direction="180" />
</textbox>
</stylesheet>
Avatar de l’utilisateur
Vals
Membre
Messages : 171
Inscription : dim. déc. 02, 2007 7:23 pm
Contact :

Re: Comment editer une ligne sur le 0°

Message par Vals »

Bonjour.
Tout est .
Cdlt
Image
La météo de Feyzin - La webcam
GraphWeather 2.0.321
Davis Vantage Pro2+ avec plugin wswin.dll
Pmarie
Membre
Messages : 41
Inscription : mer. nov. 26, 2008 11:08 am

Re: Comment editer une ligne sur le 0°

Message par Pmarie »

Merci , c'est tout bon.
@+Pat
Répondre