ASP.NET Zedgraph.Web How to remove duplicate legend? Programming Web Development by qwedster … </XAxis> <YAxis AxisColor="Black" Cross=&… </Scale> </YAxis> <Legend IsHStack="… Numberformatexception Programming Software Development by jex310 ….setVisible(false); xaxis.setVisible(true); inputx.setVisible(true); yaxis.setVisible(true); inputy.setVisible(true); startAngle.setVisible(false); ….setVisible(true); xaxis.setVisible(true); inputx.setVisible(true); yaxis.setVisible(true); inputy.setVisible(true); startAngle.setVisible(false); … generate graph from mysql Programming Web Development by eyenoorul …;xaxis->SetTextTickInterval(3); $graph ->yaxis->SetColor("blue"); $graph ->yaxis->SetWeight("1"); $graph ->…;xaxis->title->Set("Bulan"); $graph->yaxis->title->Set("Penghasilan"); $graph->Stroke… generate a combochart of highcharts withjson, php and mysql Programming Web Development by sunita_3 …text: 'Bsp Cost', style: { color: Highcharts.getOptions().colors[1] } } }, { // Secondary yAxis title: { text: 'facility rating', style: { color: Highcharts.getOptions().colors[0… Passing element id to external js file Programming Web Development by vishupriya … addSource : function(sourceId,slideBackAfterDrop,xAxis,yAxis,dragOnlyWithinElId,functionToCallOnDrag) { if(!functionToCallOnDrag)functionToCallOnDrag=…if(xAxis!==false)xAxis = true; if(yAxis!==false)yAxis = true; this.dragDropSourcesArray[this.dragDropSourcesArray.length]… Random Race Homework Assignment Programming Software Development by tkpanther …* import math def buildWindow(win): yAxis = Line(Point(0, -50), Point(0, 50)) yAxis.setFill("black") yAxis.draw(win) xAxis = Line… Re: Random Race Homework Assignment Programming Software Development by tkpanther …): # Create the y axis lines yAxis = Line(Point(position, -50), Point(position, 50)) yAxis.setFill("black") yAxis.draw(win) # Create the… Re: Random Race Homework Assignment Programming Software Development by tbone2sk …): # Create the y axis lines yAxis = Line(Point(position, -50), Point(position, 50)) yAxis.setFill("black") yAxis.draw(win) # Create the… Re: Random Race Homework Assignment Programming Software Development by tkpanther …): # Create the y axis lines yAxis = Line(Point(position, -50), Point(position, 50)) yAxis.setFill("black") yAxis.draw(win) # Create the… problem calling SetStatusText in wxython Programming Software Development by marboleon …Panel.__init__(self, parent, id, pos, size) global xaxis,yaxis,z self.Bind(wx.EVT_LEFT_DOWN, self.OnLeftDown def OnLeftDown(self…tuple freqkhz = (600 - pt[1])/500.0/1000.0*(yaxis[-1]-yaxis[0]) print "%.1f kHz" % freqkhz frame.… reg eventhandling Programming Software Development by rajeshredy …JRadioButton("PieGraph"); JComboBox XAxis; JComboBox YAxis=new JComboBox(); JTextField text= new JTextField(…} } } YAxis = new JComboBox(ifint); addComponent(p,YAxis,2,6,1,… Re: reg eventhandling Programming Software Development by rajeshredy … JRadioButton("PieGraph"); JComboBox XAxis; JComboBox YAxis=new JComboBox(); JTextField text= new JTextField(10);…[x]); } } } YAxis = new JComboBox(ifint); addComponent(p,YAxis,2,6,1, 1,… Moving A Lable Smoothly Programming Software Development by MinecraftMob … e) { if (e.KeyCode == Keys.W) { Yaxis = -5; } else if (e.KeyCode == Keys.…= +5; } else if (e.KeyCode == Keys.S) { Yaxis = +5; } else if (e.KeyCode == Keys.A) { … Re: Moving A Lable Smoothly Programming Software Development by devloper int Xaxis = 5; int Yaxis = 5; if (e.KeyCode == Keys.W) { LabelName.Location = new Point(… if (e.KeyCode == Keys.D) { LabelName.Location = new Point(5,Yaxis); } else if (e.KeyCode == Keys.S) { LabelName.Location = new Point… if (e.KeyCode == Keys.A) { LabelName.Location = new Point(-5,Yaxis); } Convert seconds from Epoch to timestamp to be used on 3D plot Programming Software Development by MissAuditore …, cmap = cm.gist_rainbow, linewidth=0, antialiased=False) print Y ax.yaxis.set_major_formatter(matplotlib.dates.DateFormatter('%H:%M:%S\n%m/%d…/%Y')) #ax.yaxis.set_major_locator(dates.MinuteLocator()) fig.colorbar(surf) plt.show() Result: [[ 1… Re: reg eventhandling Programming Software Development by rajeshredy …System.out.println(ifint[x]); } } } YAxis = new JComboBox(ifint); addComponent(p,YAxis,2,6,1, 1, GridBagConstraints.FIRST_LINE_START, GridBagConstraints… php-jpgraph Programming Web Development by mvsjs …'); $graph->xaxis->title->Set('Hours'); $graph->yaxis->title->Set('No.of Logs applied'); $graph->…;title->SetFont(FF_FONT1,FS_BOLD); $graph->yaxis->title->SetFont(FF_FONT1,FS_BOLD); $graph->xaxis->… How to use jFreechart using Struts 2.0 Programming Web Development by cmaheshwari16 …new NumberAxis("Raw Marks"); ValueAxis yAxis = new NumberAxis("Moderated Marks"); …JFreeChart.DEFAULT_TITLE_FONT, new XYPlot( xyDataset, xAxis, yAxis, new StandardXYItemRenderer(StandardXYItemRenderer.LINES)), false); chart.… Re: Moving A Lable Smoothly Programming Software Development by mshauny did you8 set the location property of your label to the new Points using your Xaxis and Yaxis ? type error in jquery Programming Web Development by rotten69 …: 'container3', type: 'bar' }, xAxis: { type: "datetime" }, yAxis: [{ min: 0, allowDecimals: false, title: { align: 'high' }, labels: …0].setTitle({text: "Date"}); chart.yAxis[0].setTitle({text: "Number of Players… How to use DateTime axes in graph or bar chart in vb.net? Programming Software Development by dipankarnalui ….Text = "No of Frames" myPane.YAxis.Title.Text = "Time" myPane.YAxis.Type = AxisType.Date ' Make up some data… Re: Zedgraph auto scale Programming Software Development by TCESeregon Hi, Try setting: [code] myPane.YAxis.Scale.MinAuto = True myPane.YAxis.Scale.MaxAuto = True [/code] before calling AxisChange() Hope this helps. Re: addition class (OOP Help Needed) Programming Software Development by Dean_Grobler Wouldn't something like this work? [CODE] sqrXY instance3 = new sqrXY(instance1.xaxis+instance2.xaxis, instance1.yaxis+instance2.yaxis); [/CODE] I'm just guessing here by the way, I'm a student myself... Wx Plot Programming Software Development by Blujacker …', 'X Axis', 'Y Axis') client.Draw(gc, xAxis= (0,15), yAxis= (0,15)) sizer.Add(ram,1,0,wx.ALL) self… Re: Wx Plot Programming Software Development by Blujacker …', 'X Axis', 'Y Axis') client.Draw(gc, xAxis= (0,15), yAxis= (0,15)) sizer.Add(ram,1,0,wx.ALL) sizer… Re: Wx Plot Programming Software Development by Blujacker …', 'X Axis', 'Y Axis') client.Draw(gc, xAxis= (0,15), yAxis= (0,15)) sizer.Add(ram,1,0,wx.ALL) sizer… Need help getting text to display in a graphics window Programming Software Development by Noliving … for yint2 is used for where in terms of the yaxis where the line is drawn. #The r2 is the radius2… How do I execute this code ? Programming Software Development by Lukezzz … to assign the ctr axis to the ctr series: rate.YAxis = ctrAxis; // In the legend the values are sums by default… Zedgraph auto scale Programming Software Development by Pundia …" myPane.XAxis.Title.Text = "GeneraciĆ³n" myPane.YAxis.Title.Text = "Fx" Dim list1 As New PointPairList… addition class (OOP Help Needed) Programming Software Development by solitaryy … SqrXY { public void SqrXY (double x, double y) { xaxis = x; yaxis = y; } public double addition () { //this is what I am stuck…