|
Browse by Tags
All Tags » ChartType LineChart ( RSS)
-
I'm trying to create a log-log plot using UltraChart. I have 1 independent variable and 3 dependent variables. The values on the Y axis are looking fine, but the X axis is not working. Here's my code: public IDataGraph(int nval, double[ xValues, double[ yObsValues, double[ yFitValues, double...
-
Hey. I'm working with the WinChart's line chart feature and I need a little help. Our data source is set up as a DataTable. We're using the chart to give a live view of how our data is changing. Updating the graph was easy as all you need to do is update the entries in the DataTable. As a...
-
Why does the line chart not align to the labels on the x-axis? I am using a subset of infragistics sample data to display the problem. To recreate, create a simple project that has one Form. On the form, Add a winchart. Set the ChartType to LineChart. Switch to code view. Copy and paste and below card...
-
Is there a way of plotting graphs which do not have a data source, but instead use a formula to generate plotting points? I specifically want to plot straight lines to show trends and cutoff points.
-
I have a chart with two lines that I generated from binding a dataset to the chart control. The Legend shows "Row #0" and "Row #1" How do I change the legend so that it shows the correct label (Meetings in Row 0 and Phone calls in row 1) Do I need to change the way I created the dataset...
-
Hi, I am wondering is there any way stretch chart in chart Area. See this photo chart is displaying in very small area i want to strech chart without increasing chart area width or height.
-
For some reason all the tooltips are working fine on my lines except for the yellow line where the diamond point seems to be behind the yellow line and seems to be black in place of yellow. The other lines Magenta, Black, Cyan, Brown and other correctly gets their point (which are set to be diamond)...
-
When I change ChartType from ChartType.ColumnChart to ChartType.LineChart, the columns disappear, but no lines appear in their place. The X and Y Axis are drawn identically, but no lines are visible. ChartLayerAppearance mychartLayer = new ChartLayerAppearance (); mychartLayer .ChartType = ChartType...
Page 1 of 1 (8 items)
|
|