Browse By Tags

  • WebChart control the icons by series

    HiIs 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;

    this.UltraChart1.ScatterChart.IconSize = Sym…

  • 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…
  • 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…