in

Software FX Community

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

Browse by Tags

  • Re: Pie Chart Legen Alignment

    Thanks JuanC. TargetPanel is sot supported at all or I can use other values? I am binding the chart tupe to my view model, is there any way I can bond TargetPanel to something so that I dont waste space in Column and Curve? Thanks, Simone
    Posted to General (Forum) by beltrams on 08-27-2010
  • Pie Chart Legen Alignment

    I have a pie chart, for some reason the legend appear more or less in the top-center instad of top-right. If I change the graph to be column or cureve the legend is correctly in the top-right, but not for pie. This is my code: < cfx : LegendBox cfx : Chart.TargetPanel ="Inside" DockPanel...
    Posted to General (Forum) by beltrams on 08-27-2010
  • Re: Visibility Binding

    As workarond I have set up two text fields: < TextBox Name ="LegendBoxVisibilityDummyTextBox" Text ="{ Binding Path =LegendBoxVisibility, Mode =OneWay}" Visibility ="Collapsed"></ TextBox > < TextBox Name ="PointLabelAttributesVisibilityDummyTextBox"...
    Posted to General (Forum) by beltrams on 08-27-2010
  • Update Pie Chart Legend Text

    In a PIE chart, what is the JAVA code to update the Legend Values to custom text instead of "Value 1", "Value 2" etc?
    Posted to Server (Forum) by HMT on 04-16-2010
  • Is it possible to get a Point ToolTip on a Line Series with no Marker?

    Hi: the question, as in the post title, is: is it possible to get a Point ToolTip on a Line Series with no Marker? I've tried adding transparent markers to get this effect, but then my Legend no longer works. Any ideas? Thanks, Daniel
    Posted to General (Forum) by dksimon on 02-25-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

    I used random data to populate this chart, but it shows what I'm trying to get at (what the lines and bars represent): Both of the charts (bar and line) represent "performance" in one way or another. The bars represent each individual year. The line represents the cumulative total. ---...
    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
  • 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
  • Pie / Bar chart legend values

    How do I set the name of the points in a given series for a pie / bar chart? I have the following code that generates a very simple 10 slice pie chart: public Chart PieChart() { Chart chart = new Chart(); chart.Gallery = Gallery.Pie; SeriesAttributes series = new SeriesAttributes(); series.Gallery =...
    Posted to General (Forum) by Mick on 03-24-2009
Page 1 of 2 (20 items) 1 2 Next >
Copyright 2008 Software FX, Inc.