|
Browse by Tags
All Tags » line chart ( RSS)
-
Hello, I am using a UltraChart of type LineChart and some of the lines overlap from start to end. Thus, the colors get combined and it is not very clear which of the lines is for a specific plot. Is it possible to make the lines non-overlapping, without adding/substracting a constant from the values...
-
Hi, I am using a line chart in which I am plotting Values Vs. Time. All the values are getting plotted correctly but I want to display text 'Time' on X-axis and 'Value' on Y-Axis apart from X & Y axis scales. Is it possible ? Please help me
-
Hello, Is there a way to tell the UltraChart to draw the values from the columns of a DataTable, not from the Rows. For example, in table below: 1 2 0 2 3 0 3 4 0 I want that the lines in the chart to be drawon for [1, 2, 3], [2,3,4], [0,0,0] not [1, 2, 0], [2, 3, 0], etc. Is this possible? Thanks.
-
It's very funny). I have a function that receives two list of numeric series. The numeric series of first list displays on the first line chart. The numeric series of second list displays on the second line chart. I need to set not same color for each line of charts automatically. I played with ColorModel...
-
Hi I am using line chart to witch I have bind a custom table. Table format is as follows MasterNo Col1 Col2 Col3 col4 P10 90 10 P20 20 10 90 P30 10 50 80 As row1 does not have value in last column chart is taking as 0. Also for P30 col2 does not have value it is also taken as 0 But what I want is to...
-
I am trying to get a Line Annotation to work with a LineChart3D. Using Data Values I can create my line with no problem using valueX and valueY within a LineChart. However, I am not able to duplicate this using the LineChart3D. I can create a line annotation using pixel and percentage, but I need to...
-
I am trying to do something similar with the Line Annotation on a Line Chart. Using Data Values I can create my line with no problem using valueX and valueY within my Line Chart. However, I am not able to duplicate this using the LineChart3D. I can create a line annotation using pixel and percentage...
-
Hello, I am working on evaluating WinCharts. I want to create a chart like a stock ticker. I am not sure how to create a chart where the data will be dynamically added. I have a created a timer tick, I know that works fine (i have used it for other charts). THe problem I am having is with setting up...
-
Please help me ,thanks a lot How to draw a trend line ? like excel trend line like this-->> this is my file.cs ,use the Composite Chart ,but i don't know how to draw a trend line ---------------------------------------------------------------------------------------------------- .... using...
-
Hello, I have a Line Chart and Series attached from a Datatable. When I have a NULL Value within a series and using UltraChart1.LineChart.NullHandling = UltraChart.Shared.Styles.NullHandling.DontPlot then it happens that the Datapoint before the Null value is not rendered. Steps to reproduce: Imports...
|
|