Browse By Tags

  • Composite Chart with BoxChart and LineChart

    I am attempting to create a chart that has a line connection to the mean points of a box chart in the example provided below. 

    I have created a composite chart with two layers (BoxChart, and LineChart).  BoxChart uses the X_Axis, "ContinuousData", and…

  • Line Chart shows extra datapoint

    I have a line chart that if there is only 1 value, it is plotting an extra data point at the end.  I've set the stroke width of my color model to zero so the line doesn't get displayed.  How do i get rid of these extra data points?  Why do they even…