Append(TX,TY,TY,TY,TY,TY,IPointMetadata) Method
Appends an Box-plot point to the series, including X-value, Minimum, Lower Quartile, Median, Upper Quartile, Maximum value.
Syntax
public virtual void Append( TX x, TY median, TY minimum, TY lowerQuartile, TY upperQuartile, TY maximum, IPointMetadata metadata )
Parameters
- x
- The X value.
- median
- The median.
- minimum
- The minimum.
- lowerQuartile
- The lower quartile.
- upperQuartile
- The upper quartile.
- maximum
- The maximum.
- metadata
- The metadata.
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also