Infragistics Home

Infragistics Forums

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

Browse by Tags

All Tags » FillSceneGraph (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
  • Line Chart Glowing Points

    Hey. I'm working with the WinChart's line chart feature and I need a little help. Our data source is set up as a DataTable. We're using the chart to give a live view of how our data is changing. Updating the graph was easy as all you need to do is update the entries in the DataTable. As a...
    Posted to Forum by AnthonyHugh on 06-05-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
Page 1 of 1 (4 items)
Powered by Community Server (Commercial Edition), by Telligent Systems