Browse By Tags

  • Bar Chart Y Axis Label in other order

    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…

  • Applying UltraDataSource to an UltraChart object

    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…

  • How to set a Graph from the UltraChartControl

    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.

  • Always show value labels in bar graph


    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 ...

  • Default forecolor on bar chats

    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...

  • How do you specify the Y2 axis with a DataTable? - NetAdvantage 2010.2 UltraChart

    Hello,

    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…

  • WinChart Axis Numbering

    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…

  • How do we make bars with DateTime as its X-Axis

    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…

  • To change color to bars

    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…

  • UltraChart Binding problems:

    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…

  • Display all legends instead of "more..."

    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…

  • UltraChart - Bar Chart - Design Issue

    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?

     

  • Barchar3D ChartText

    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…

  • Multi Y chart

    Hi,

     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…

  • Selecting the correct Column for AXIS

    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…

  • 3D Column Chart problems

    Hello,

    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…

  • Problem with Custom Tooltips for individual bars on a Barchart

    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…

  • Custoum Line in Bar Chart

    For Our Project  I try to use Win Chart 7.2  in a Windows Forms application (VS 2005).

    I tried to find some information in your documentation, but I could not find any help. 

        Question 1: How am I supposed to use the draw custom line on bar charts?

     

  • Minimun data point? - ultrachart

    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…

  • How do I Only display Row Labels and not Column labels on X axis of Bar Chart?

     

    I want to have the column labels in the legend only, and the row labels (Be Increasing, Empty Pens, Variable Consumption, etc as labels on the graph.  I also would like to rotate the column labels
     
     

    The attached zip file contains a word document with…