Browse By Tags

  • X Axis text orentation

    I have a chart that is connected to a DataTable datasource, it returns 32 rows and the labels on the "X" axis all appear Horzontal instead of vertical, I have attempted the following with no success

    ultraChart1.Axis.X.Labels.Orientation = TextOrientation…

  • Bar Chart: X/X2 Axis Label Dynamic Values

    Hi,

    i wanted to display a bar chart where x-axis interval values is not fixed. Do we have any such property throught which this can be done?

    Thanks,

    Harry

  • How to display minutes on X-axis and Percentage on Y-axis

    Normal 0 false false false EN-US X-NONE X-NONE MicrosoftInternetExplorer4 …

  • Gantt chart display 1 hour increments on axis

    I'm building a composite chart containing a gantt and a line.

    Because the data displayed is going to be a daily schedule, I'd like to have the X axis use 1 hour increments. It appears that by default it does 1.5 hour increments.

    I'm guessing…

  • Last Label does not display in Composite Line Chart

    I have created a composite line chart that displays multiple line chart layers which plot OK but the final data label on the X-Axis is not shown. In a different composite chart I have a column layer with multiple line layers and this works as expected…

  • X-axis Label Alignments

    Hi,

    I have constructed a composite chart with one Area series of data. If I set the AxisLayoutLabelBehavior to Auto for the X-axis, it correctly adjusts the size, staggering, etc of the labels depending on how more data points exist and the size of the…

  • Doubts with Axes readings and subtitle for the charts

    Hello,

    I'm currently working on a report project. I'm using a rdlc and a report viewer control to display reports. I've few chart reports too. I completed the project using the default chart controls available with the rdlc. But i've three issues…

  • How to access an Axis added to a composite Chart Area

     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…

  • missing most right axis label

    I have a simple LineChart. The axis labels are shown. But not it the last column.  I made a new project to check if it s there too. If you select a line chart you see that the most right label isnt shown.

    Example:

    I show values for 4 month

    Jan 

    Feb

  • title axe

    it is possible to add a title on a axe of the chart?

  • Filters and Datapoint Positioning

    I'm evaluating your webcharts as a possible replacement for SSRS reports and the Reportviewer control.  However, I'm having trouble understanding a few things.

    First, how do I specify what fields from my stored procedure show up the chart?  The…

  • Horizontal Barchart

    This is my first post here, hi everybody!

    I successfully implemented a composite chart with a bar chart layer where bars are shown vertically, with their percentage values on the Y axis:

    Now I need to implement a similar chart where bars are shown horizontally…

  • Axis.Y.Labels.Margin / Axis.X.Labels.Margin?

    I would like to increase the distance between the Axis and the Labels on both X and Y axes, but I can't figure out what property that would be.

    Thank you for your assistance!

  • Limitation on Webchart?

    I currently have a line webchart displaying 122 records of data. I can not see the individual  x axis labels until I change the height and width of the chart to 2000 by 2000. when I export  I create a new section, add a canvas and use the "renderpdf friendlygraphics…

  • How to set X and Y axis of 3D ultrachart from DataTable (urgent)

    Hi,

    I am using UltraChart 2009.2 version. Can we set the Source Column of X and Y axis from the DataTable? 

    E.g : Consider a Product Table with columns, name, cost, qty:

    ultrachart1.DataSource = dt;

    ultrachart1.DataBind();

    ultrachart1.Axis.X = "name";…

  • Column Line Chart - Matching Y & Y2 Axis Ranges

    How can I match the Y and Y2 ranges so that the column chart has the same scale as the line chart (or visa versa, depending on the higer value)?

    I have set two different data sources, one holding current values for the column chart and one holding average…