The SciChart.Data.Model.IPointSeries containing resampled data to render
The current X coordinate calculator.
GetColumnWidth Method (BaseColumnRenderableSeries)
When overriden in a derived class, computes the width of the columns, which depends on the input data, any spacing and the current viewport dimensions
Syntax
[Obsolete("This method is obsolete. Please use DataPointWidthProvider.GetAbsoluteDataPointWidth() instead.", false)]
public virtual double GetColumnWidth( 
   IPointSeries points,
   ICoordinateCalculator<double> xCoordinateCalculator
)

Parameters

points
The SciChart.Data.Model.IPointSeries containing resampled data to render
xCoordinateCalculator
The current X coordinate calculator.

Return Value

The width of the column
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