Infragistics Home

Infragistics Forums

Infragistics community online discussions.
Welcome to Infragistics Forums Sign in | FAQ
in Search

Browse by Tags

All Tags » ScatterChart » Chart (RSS)
  • ScatterChart/Composite can't set appearance of data series

    I am plotting multiple xyseries on an ultrachart. I add each series to chart.compositeChart.series. The data series are all rendered on the graph but none of the appearance info i am trying to apply to each series is being picked up. What am I doing wrong? - thanks public void SetChartDataSource ( List...
    Posted to Forum by mishico on 07-15-2008
  • Logarithm Y axis labels with Scatter chart

    I have a scatter chart using a logarithm type graph. I want the y-axis labels to display as such - from .1 to 1 to 10, to 100 - i.e. factors of 10. I've tried setting min/max values, tried setting intervals - nothing will give me what I need. I do have the Y-axis set to logarithm with a logbase of...
    Posted to Forum by ckaplonski on 05-19-2008
  • Re: Putting a red line across the Y=0 axis of a ScatterChart

    Sometimes I just need to write down the question in order to reason out where to look for the answer. Here's the code that works: Private Sub chartSelected_FillSceneGraph( ByVal sender As Object , ByVal e As Infragistics.UltraChart.Shared.Events.FillSceneGraphEventArgs) Handles chartSelected.FillSceneGraph...
    Posted to Forum by Rask on 04-30-2008
  • Re: Putting a red line across the Y=0 axis of a ScatterChart

    Okay, I've upgraded to 7.3 and have been able to add a sample line to the chart. The line I added was in screen coordinates, but are there any tools to help convert graph coordinates into screen coordinates, as well as to determine the minimum and maximum bounds of the graph coordinates?
    Posted to Forum by Rask on 04-30-2008
  • Re: Putting a red line across the Y=0 axis of a ScatterChart

    Update: I've found the FillSceneGraph event in another message, and will upgrade from 7.1 to 7.3 and give that a try.
    Posted to Forum by Rask on 04-29-2008
  • Putting a red line across the Y=0 axis of a ScatterChart

    I've got a ScatterChart set up that shows data that is both positive and negative on the Y axis. I'd like to have a horizontal red line on the chart that shows where Y = 0. What is the preferred way of doing this? Is there a setting I'm missing, would I need to override a paint event, or...
    Posted to Forum by Rask on 04-29-2008
  • Smart ScatterChart Labels

    I have a scatter chart (pictured below), you can see that the labels overlap. Which isnt so good. Im looking for a way to make these labels display nicely together. Maybe callout style box with a line connecting to the point its associated with. I couldnt find a way to offset the standard labels so these...
    Posted to Forum by jeffvella on 03-19-2008
  • WebChart control the icons by series

    Hi Is there a way I can control the Icon, the color and the fact that a series is going to have connection with lines? This is the code that I have: this .UltraChart1.ScatterChart.Icon = SymbolIcon .Random; t his .UltraChart1.ScatterChart.IconSize = SymbolIconSize .Small; t his .UltraChart1.ScatterChart...
    Posted to Forum by fredkazarian on 02-28-2008
Page 1 of 1 (8 items)
Powered by Community Server (Commercial Edition), by Telligent Systems