Infragistics Home

Infragistics Forums

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

Browse by Tags

All Tags » ScatterChart (RSS)
  • Re: Self Defined Scatter Chart

    Well to do this with the current UltraChart I would suggest taking the absolute values of your data, then plot it from 0-20 on the Y and 0-20 on the X by doing the following: 1) You can define the range of the scale by going to Axis-> X->RangeType = Custom, and then setting the RangeMax and RangeMin...
    Posted to Forum by [Infragistics] Paul Cavallaro on 08-05-2008
  • 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
  • Time-Scale Axis for a Scatter Line Chart.

    Hello! Please help me using a Time-Scale Axis in a Scatter Line Chart or Scatter Chart. When I am trying to use it, it gives me the error that I should have two numeric columns. I am using V6.1 Is it available in this version or in what version? THX! Teo
    Posted to Forum by teospeo on 02-29-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 2 (11 items) 1 2 Next >
Powered by Community Server (Commercial Edition), by Telligent Systems