The SciChart.Data.Model.IPointSeries containing resampled data to render
The IRenderPassData containing information about the current render pass
The previous data point coordinate
The center coordinate of the previous data point
The current point index
GetNonUniformColumnWidth Method
When overriden in a derived class, computes the width of the non-uniform columns, which depends on the input data, any spacing and the current viewport dimensions
Syntax
[Obsolete("GetNonUniformColumnWidth is now obsolete. Please contact support if you use it.", true)]
protected virtual double GetNonUniformColumnWidth( 
   IPointSeries points,
   IRenderPassData renderPassData,
   double prevCoord,
   double xCenter,
   int pointsIndex
)

Parameters

points
The SciChart.Data.Model.IPointSeries containing resampled data to render
renderPassData
The IRenderPassData containing information about the current render pass
prevCoord
The previous data point coordinate
xCenter
The center coordinate of the previous data point
pointsIndex
The current point index
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