Browse By Tags

  • Major and minor tickmarks label in Gantt chart

    Hi,

    I'm plotting Gantt Charts.

    In my use case I want to dynamically set the Format of major tickmarks and minor tickmarks seperatly and also the number of minor ticks between two major tickmarks on X axis.

    Is it possible to implement?

    Thanks in a…

  • set the thickness of bar in gantt chart when vertical scroll is enabled

    I'm using UltraWebChart for plotting Gantt chart

    For y axis I have set the

    RangeType="Custom"

    RangeMin="0"

    RangeMax="5"

    using this thickness of each bar is fixed  even if I'm plotting only one Gantt Item.

    But the above…

  • Custom label in tooltip

    Hi,
    I'm using UltraWebChart for plotting gantt charts.

    Is is possible to define a custom label keyword for Tooltip format.
    For example, in tooltip I want to display data that will provide me detailed information about a particular Task timeslot which…
  • User interaction in Gantt charts

    I'm using UltraWebCharts to plot Gantt chart in my Web form.

    1.I want to give user interactions in Gantt chart where user can select a time range on x-axis just like we do in outlook. Is it possible?

    2. Able to give scroll bar on x axis but its not…

  • How do I add 2 unique GanttTimeEntries to the same GanttItem?

    Based upon requirements I have, I need to basically have more than 1 GanttTimeEntry for a given GanttItem.  Following is a screenshot of what I have now:

    And here is where I need to be:

     

    Thanks in advance, and please let me know if you need any additional…

  • How to provide 'add item' to user

    I have a Gantt chart, that depicts two series.

    I have a need to allow the user to click in the chart, to add a Gantt item, in a third series.

    Ideally, this would show in chart, and allow the strat and end times to be set via client-side sliders.

     

  • UltraWebChart Updating Contents NetAdvantage 10.2 ASP.NET

    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…

  • Combined Chart - Line and Gantt

    Hi,

    Is it possible to combine a Gantt Chart and a Line Chart?  I want to have a set of data that will be displayed in the Gantt and another set of data in the Line.

    I'm just trying to put together a sample data set where this can be displayed.  I…

  • Font set in ChartDrawItemis set to all following items, how to prevent?

    If I change a the Font of single Text primitive within the ChartDrawItem event-handler, this affects *all* Text primitives drawn afterward. How can I prevent this?

    For example if I have a GanttChart with 4 entries:

    GanttDataSource ganttData = new GanttDataSource…

  • Display Custom Time Intervals Along X-AXIS According to Tasks

    Hi to all, I want to display custom time intervals along X axis according to tasks in gantt chart. I know giving range for whole X axis. Here is only sample about this.

    testChart.Axis.X.RangeType =
    AxisRangeType.Custom;

    testChart.Axis.X.TickmarkStyle…

  • Creating Custom GanttChart

    Hi Gurus, How can i Create a custom Gantt Chart which shows resource details in y axis and class duration in hours in x axis.I need to plot x axis against time (in hours).im attaching an image which shows my requirement.pls help me.
  • RenderPdfFriendlyGraphics peculiarities, workaround? documented anywhere?

    I'm inserting a UltraChart (GanttChart) to a pdf using RenderPdfFriendlyGraphics and Infragistics.Documents.Report (btw: so far,  I find the document engine works pretty well, nice!) and I've noticed a couple of places where rendering produces…

  • Gantt chart

    I am very new to charts, I have a very complex Gantt chart to draw. I need to support multiple columns at x-axis and calendar days as y-axis. I need to change the colors on the chart based on the value in the percent change column. Can someone guide me…