Hello,
Is it possible to have a Stack Column Chart area and a Column Chart area in the same chart? For example if I had a series of number (1, 10, 20) for 1/1/2011, which I would want to be displayed as a Stack Colum Chart and I had another of series…
Hi,
I want to plot a series on Y2(right) axis using UltraWebchart component.
I followed all steps sequentially as per Netadvantage suite documentation (https://www.infragistics.com/help/aspnet/chart-creating-a-composite-chart-in-code-part-1-of-2). However…
I want to plot a Stacked column chart from my dataset.
The structure of dataset is as below:
[Month YYYY] Physical Virtual
Aug-2010 1890 1350
Sep-2010 1234 1350
Now, I want to plot it such that [Month YYYY] field is plotted on X-axis and I get…
I am attempting to create a chart that has a line connection to the mean points of a box chart in the example provided below.
I have created a composite chart with two layers (BoxChart, and LineChart). BoxChart uses the X_Axis, "ContinuousData", and…
Hello all,
I'm having some trouble using the UltraWebChart. What I'm trying to achieve is allow the user choose from a drop down various time scales (week month year, etc.) in which to display the contents of the Gantt chart, so if the user chooses…
I have created a composite chart and has added 2 layers to it. Each layer is of chart type stack column chart.
I am creating a numeric series and adding this to the Series collection. Then this is added to the layer.
Everything works fine. I am setting…
Hello, I have a whole bunch of charts which I'm trying to standardize to have similar size, look and feel, but it proved to be a very challenging task. Basically I need to make sure that all axis are lined up, the axis labels have the same font and size…
I've included the screenshot, html & code for my composite chart with column and line. I'm having two issues, my x-axis labels are wrapping and my Y-Axis should have the scale for the columns, which it does, on the left, and the scale for the line…
Hi all,
I'm aware of how to override legend items through various examples, but all those examples are based on the fact that only one legend exists.
I'm using a composite chart to show a column and line chart, and am showing legend items for each…
The following shows the source code that creates the X and Y axis information for my composite chart. I want to be access the Y Axis in my code behind page, so that I can adjust the Min and Max Range values. I am adding mulitple NumericTimeSeries to the…
I'm trying to do some layering work, and before my 2 charts are rendered need to place some boxes on the chart. I've been reading up on chart layers and ordering trying to follow a few examples by creating 3 layers and adding them to the chart…
Hi again,
On my composite chart, I have currently have a combination of a Column and Spline chart.
The Column chart uses the X axis and Y axis and has Y axis values ranging up to around 1.4 million. The X axis has months in the year.
The Spline chart…