Jump to content
Software FX Community

SS4077

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by SS4077

  1. I use the following code to highlight an item which works fine until I add a Pane.

    SeriesAttributes sa = this.theControl.Chart.Series[index];

    area.Highlight.HighlightItem(sa);

    When I use this code for a series that is located in a pane I get an Argumentoutofrange exception

    Do I ahve to do anything special when I call Highlightitem for a series in a pane?

    Thanks

     

     

  2. Reset Order does not appear to be working.

    After calling BringtoFront on a series I try to restore the series to its original position by calling ResetOrder but the series chart order does not change.

    How can I return the chart to the original order?

    Thanks

     

  3. I am charting time series data and I am wondering  if I can get the Bar chart to act like the Line chart.

    That is in a line chart if I have dates that are missing there is a gap between the series

    Seies 1 starts on Jan 1 2008 and goes to Jan 30 2008

    Series 2 goes from Mar 1 2008 to Mar 30 2008

    When I daw a line chart there is a gap for Feburary

    When I draw a Bar chart no Gap is present.

    I have seen the documentation about the two types of Axies but it seems to me I ought to be able to draw a chart that has the gap with bars

     

×
×
  • Create New...