in

Software FX Community

Discuss and find help for all Software FX products.
All Tags » Series (RSS)

Browse by Tags

  • Re: Pie Chart is small after Bar Chart

    When creating the pie chart, I added the following code to insure that only one data series was graphed: chart1.Data.Series = 1 Not sure why it worked the first time, but now I can switch between the chart types and the pie chart always fill the screen. Hopefully this will help someone else who runs...
    Posted to Windows Forms (Forum) by Cecilia Daniels on 07-09-2010
  • Extra legend item and missing data point

    I am filling data for a bar chart (in a sample project) in the code-behind of my xaml file with the following code: private void RandomizeChart() { myChart.Series.Clear(); // Create the series and add them to the chart SeriesAttributes sa1 = new SeriesAttributes { Gallery = Gallery.Bar }; myChart.Series...
    Posted to General (Forum) by Mick on 01-05-2010
  • Re: Multiple Y Axes

    Thank you, In response to the workaround: 1) As an alternative to the code posted above, Is the following code safe to use? I don't want to have to manually track the color of any of the series - I'd rather let the ChartFX engine take care of it for me - I reuse ChartFX's code that generates...
    Posted to General (Forum) by Mick on 01-04-2010
  • When generating multiple charts, my series collection is being cleared randomly

    I created a chart and a button hooked up to an event that would repopulate the chart with random data. The entire chart randomization takes place in the code behind. Depending on the speed of the machine I was running on and how fast I clicked this button, the series for the chart would occasionally...
    Posted to General (Forum) by Mick on 12-29-2009
  • Multiple Y Axes

    How do I create a chart with multiple Y Axes? For example, I want to create a bar chart that is scaled by the Y axis on the left and overlay it with a line chart that scales by the axis on the right. I also want both the bar series and the line series to use the same legend (e.g. red/yellow/blue all...
    Posted to General (Forum) by Mick on 12-28-2009
  • ChartView

    I noticed in another post that the ChartView was supposed to add support for ViewModel databinding to the series property on the Chart. This would be helpful for people authoring controls where the user can select which columns to visualize on the chart. I, however, have not found any real information...
    Posted to General (Forum) by poonwahj on 12-21-2009
  • Re: Databinding with a series

    I'm trying to bind a set of data from an MVVM type project to a ChartView that is completely constructed in Xaml. Our architecture requires that we are able to change which values are bound to which two series, which values to use for the X axis, and which values are used for the Y axis. I have view...
    Posted to General (Forum) by poonwahj on 12-18-2009
  • Series fill is wrong!?

    Hi I have a problem regarding the brush used to fill series. I have a chart w. gallery set to Area. In some situations the entire chart is refreshed, by clearing the Series attribute, and adding the series all over. When this happens, however, the colors of the series are off, e.g. the first series to...
    Posted to General (Forum) by hhravn on 09-15-2009
  • Z-Axis

    Is it possible to use Z-axis for representing data (depth) in 3d scatter chart and not for arrangin difrent series. How?
    Posted to General (Forum) by Marko B on 04-07-2009
  • Re: Controlling LegendBox contents

    I came across this post and it seemed to be just what I was looking for. However, setting the LegendBox ItemAttributes doesn't seem to be working in my case. Here is a short sample that highlights what is happening: public Chart PieChart() { Chart chart = new Chart(); chart.Gallery = Gallery.Pie;...
    Posted to General (Forum) by Mick on 03-24-2009
Page 1 of 2 (19 items) 1 2 Next >
Copyright 2008 Software FX, Inc.