Jump to content
Software FX Community

pmpicasos

Members
  • Posts

    5
  • Joined

  • Last visited

Posts posted by pmpicasos

  1. Hi,

    Is there any way I could assign different colors for each regression line that were created because of adding multiple X-Y series in a scatter plot. I'm doing this code:

    <snippet> 

    StudyLine Regline = (StudyLine)STATISTICS.Studies.Find(.StudyType.Analysis, (int)Analysis.RegressionLine);

    Regline.Line.Color =

    Color.DarkGreen;

     </snippet>

    Doing this unfortunately assigns the same color on all the regression line.

    Basically, how do I access each of the created regression line per series?

    Thanks for any input on this.

  2. Are options of splining/averaging/zeroing emty(or null) data points in a series supported in Chart FX 7?

    For example if I have the following data points

    Date Value

    Jan 900

    Feb 1000

    Mar

    Apr   500

    May 700

     

    Then if I choose a curve or line series to implement the data above then there will be a line in between Feb and Apr datapoint (depending on some optioin I set whether to splline, average or zero-out the null data point). What I'm seeing right now in the samples is the line or curve is just being cut in the middle (on the March-data point). 

    Thanks for any input on this.

     

×
×
  • Create New...