in

Software FX Community

Discuss and find help for all Software FX products.

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
  • Zooming does not work if axis set to logbase 10

    If I set an axis's logbase to 10 and then try to zoom using either the 'Map' or 'Stripe' ZoomStyle it does not zoom correctly (Stripe Zoom will only have problems if the x axis is set as log 10). For example if I set the y axis to logbase 10 and zoom in using the Map zoom it appears...
    Posted to General (Forum) by MikeK on 08-24-2010
  • Binding to aclass with a List of Y-Series inside

    I bind my chart ( ItemsSource ="{ Binding Path =ReportData, Mode =OneWay} ) to a List < Row > where Row is the following object: public ChartReportRow( ReportRow reportRow) { public List < Field > Columns { get ; set ; } public string AxisX { get { return sfield = Columns[0].fieldValue;...
    Posted to General (Forum) by beltrams on 08-13-2010
  • ChartFX may throw NullReferenceException if the same item source is reused.

    I am using 8.0.3712.22025. Here is an example: The Person type has the Name and the Age notify properties. public class Person : INotifyPropertyChanged { private int age; private string name; public Person( string name, int age) { this .name = name; this .age = age; } public event PropertyChangedEventHandler...
    Posted to General (Forum) by djsun on 03-13-2010
  • 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
  • Databinding with a series

    Hi! I'm creating a little WPF control that will allow the user to add series to a chart at runtime. I'm trying to implement this control using MVVM and I can't seem to find a way to set up the bindings on the chart's SeriesAttributesCollection. It seems like this isn't really possible...
    Posted to General (Forum) by jonahsimpson on 09-10-2009
  • Problems using Annotations in the code behind

    I'm trying to figure out how to use the Annotations extension in the code behind for WPF. My scenario is that my user would right click on a chart to access a Context Menu option to "Add an Annotation" and I would respond to the event and add a new annotation at the users mouse location...
    Posted to General (Forum) by Shanez on 06-11-2009
  • Timespan axis format

    HI, I'm looking for some guidance as to how to format the Y axis nicely when it shows a timespan. I'm adding 5 points is a test, varying from 1 second to 3 seconds. On my Y-axis I see the value of 00:00:01 9 times and 00:00:02 10 times, while I would like to see it just once, as I would with...
    Posted to General (Forum) by rudi on 05-01-2009
Page 1 of 2 (15 items) 1 2 Next >
Copyright 2008 Software FX, Inc.