in

Software FX Community

Discuss and find help for all Software FX products.

Browse by Tags

  • Map style Zoom causes exception when chart contains Annotation

    I have version 8.0.3629.29517. When I try to zoom a chart with Zoom.Style set to Map and my chart contains an Annotation I get an exception. Here is an example. Double-click the chart to enter zoom selection mode. With this object defined... private class DateValue { public DateTime Date { get ; set...
    Posted to General (Forum) by Coder on 01-13-2010
  • Chart with Annotation objects causes Exceptions during Rendering

    I'm using VB.Net in Visual Studio 2005. I'm using ChartFX.Internet version 6.2.1342.0 (runtime version v1.0.3705). The ChartFX.Annotation library I'm using shows the same version numbers. I have a page that contains four SoftwareFX.ChartFX.Internet.Server.Chart objects dynamically generated...
    Posted to Extensions (Forum) by paulgrn on 01-07-2010
  • Annotations?

    I am experimenting with the demo of ChartFX for Java Server. I've seen a couple of blurbs about annotations and wanted to see its capabilities. Unfortunately, I cannot find the extension. Where can I find it? Thanks! - Aaron p.s. I was mostly interested in the annotations the user can put on the...
    Posted to Extensions (Forum) by rubyrubin on 11-18-2009
  • Re: Click Event of Annotation

    You can use the URL property of the Annotation: Annotations annots = new Annotations (); Chart1.Extensions.Add(annots); AnnotationText text = new AnnotationText ( "My annotation" ); text.Attach(2, 3); text.Color = Color .Red; text.PlotAreaOnly = true ; text.AllowMove = false ; text.Link.Url...
    Posted to Extensions (Forum) by TatianaG on 06-24-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
  • Re: Movable Series?

    <p> Do you have an example of using Annotations in the code behind? I haven't been able to find one. I'm trying this but it's not working. </p> <pre> Rectangle r = new Rectangle (); r.Width = 80; r.Height = 20; r.Fill = new SolidColorBrush ( Colors .Blue); Annotations an...
    Posted to General (Forum) by kelias on 04-02-2009
  • Re: Flash writer and font sizes

    Juan, I have the trial version of ChartFX.WebForms - not Flash. I'm rendering a Gantt chart as an image with horizontal labels on the inverted Y-axis. I'm increasing the default font size and this causes the final label to be truncated. Any suggestion as to what I can do about this. Regards Adrian
    Posted to Web Forms (Forum) by adrian.carr on 08-01-2007
  • Programmatically accessing user-drawn annotations?

    I am evaluating ChartFX, and am attempting to programmatically get at annotations that were drawn onto the .NET chart by the user through the Annotations toolbar. For testing purposes I'm using the chart's click handler. The other properties of the chart in the event correctly reflect the client...
    Posted to Web Forms (Forum) by Pete on 06-29-2007
Page 1 of 1 (8 items)
Copyright 2008 Software FX, Inc.