|
Browse by Tags
All Tags » ScatterChart » Chart ( RSS)
-
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...
-
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...
-
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...
-
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?
-
Update: I've found the FillSceneGraph event in another message, and will upgrade from 7.1 to 7.3 and give that a try.
-
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...
-
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...
-
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...
Page 1 of 1 (8 items)
|
|