Hello,
Is there any way to change the Y axis label order in a BarChart?
The problem that I'm having is that the Labels in the Y Axis are showing in the reverse order than with all the other types of Chart Types.
The values for the Y Axis are years…
Hi All,
I'm using an UltraChart which uses the UltraDataSource of a related UltraGrid as its DataSource. What I would like to do is rather than have the chart display all the columns in the DataSource I would like to just display a subset of the…
Hi friends, I have a graph and this show "Data Values" and figures how triangles and circles. Please how Can I remove it.
Thanks for all.
Is it possible to always show (and from code) in a bar graph of the value of the bar, or even customize your label?Currently the value is displayed only when the mouse passes over the bar ...Thanks ...
Is there a way to change from the default color with code (VB, C#) of the bar (a bar chart) when you hover the mouse on that bar?
Thanks...
I'm currently binding an UltraChart (configured to be a LineChart) to a DataTable which contains three columns. The first column is a DateTime field cast as a string, and the other two are numeric values. Additionally, I have set SwapRowsAndColumns…
I have a situation that needs to be address in a short time frame. I have a bar graph that presents percentage completes. As each group precentage complete moves towards 100% the graphs numbering is changes.
Example Boxes 31.2% Packages 49%
Graph numbers…
Hi,
ColumnChart and BarChart requires its X-Axis's AxisDataType to be a String. But as per my Project requirement, I want to show values(25,30, etc) against time(11:30:00 Am, 11:31:00 Am) as bars. I tried all the ways to get it but couldn't get succesful…
Hello, I hope that they are nice, I mexican.
how I can change the color of the bars of my chart For example
If my bar 1 his value is of 50 to put it of red color, If it is 70 of blue color, etc.
I wait I have explained, I am grateful in advance for…
Using: VS 2008, C#.net
I am trying to use the UltraChart object to bind to a datatable in code as follows:
void UpdateQualityChart(object sender, EventArgs e) {
{
DataTable dt = new DataTable(); dt = _sqlData.CreateQualityDataSet…
dt = _sqlData.CreateQualityDataSet…
I want to display legends dynamically i.e their number can vary depending on the user selection. If user selects around 10 values it works fine but when this number increases a text "more..." displays with legends instead of other legends. I want to show…
Hello
I've a requirement in the Bar Chart where i can change the labels for the bars displayed in the chart within the same chart. Please check the attached image for understanding it clearly.
Any insights on this?
I have a windows a aplication with an UltraChart control binding to a DataTable. When I set the ChartType property to BarChart, I use the ultraChart1.BarChart.ChartText.Add method to Add an ChartTextAppearance object and display the series values just…
I have a requirement for a chart similar to the one in the link below
http://quince.infragistics.com/Patterns/Multi-Y%20Graph.html
The main requirement is to create a bar series chart and overlay it with a graph on another variable.
Is there…
I got a datatable with the following column:
Date As String, Name As String, Location As String, Type As String, Code As Integer, NbrOfCall As Integer, Month As Integer, Year As Integer
Now I want to be able to see the following:
Per Month the NbrOfCall…
I would like to adjust appearance for my 3D Column Chart which shows weekday distribution of sales/turnover/revenue for an item group (see screenshot).
1. I would like to show the bars stacked (not solid as on the screenshot) with each bar showing…
Hello All,
I am working on a barchart, and need some urgent help displaying custom tool tips for each bar.
Bars are sorted and arranged according to certain business logic. For instance a set of bars might represent integer data, while others might…
I tried to find some information in your documentation, but I could not find any help.
I have an application that deals with decimal minutes or seconds, and data points can be very small
The data set could have in decimal minutes values that lie between 0 and 1 or if shown in seconds some of the bars may be less than 1 second. If so the…
The attached zip file contains a word document with…