Hello,
I have a small problem every time I refreshed my page.
Indeed, the size of my columns shrink gradually, so that I can even do not see ...
Here are some screenshot:
First screen : http://puu.sh/eRxuj/ee67764f9a.png
After 5 refresh : http://puu.sh/eRxzR/6270233218.png
Hope you can help me
I have a small problem every time I refreshed my page.
Indeed, the size of my columns shrink gradually, so that I can even do not see ...
Here are some screenshot:
First screen : http://puu.sh/eRxuj/ee67764f9a.png
After 5 refresh : http://puu.sh/eRxzR/6270233218.png
ColumnSeries columnEffluent = new ColumnSeries();columnEffluent.Gap = 1.5;columnEffluent.Name = "Effluents traités";columnEffluent.LabelsAppearance.Color = System.Drawing.Color.Blue;columnEffluent.Appearance.FillStyle.BackgroundColor = System.Drawing.Color.FromArgb(3, 133, 182);columnEffluent.TooltipsAppearance.DataFormatString = "{0} m³/j";LineSeries linePluvio = new LineSeries();linePluvio.Name = "Pluviométrie";linePluvio.AxisName = "AdditionalAxis";linePluvio.MarkersAppearance.BorderColor = System.Drawing.Color.Red;linePluvio.MarkersAppearance.BackgroundColor = System.Drawing.Color.Red;linePluvio.Appearance.FillStyle.BackgroundColor = System.Drawing.Color.Red;linePluvio.LabelsAppearance.Color = System.Drawing.Color.Red;linePluvio.LineAppearance.LineStyle = Telerik.Web.UI.HtmlChart.Enums.ExtendedLineStyle.Smooth;linePluvio.TooltipsAppearance.DataFormatString = "{0} mm";Hope you can help me