The index to the SciChart.Data.Model.IPointSeries for this column
The IRenderPassData valid for the current render pass
The pixel coordinate of zero in the Y-direction
[out] The X-Axis pixel coordinate
[out] The Left-edge Y-Axis pixel coordinate
[out] The Right-edge Y-Axis pixel coordinate
GetColumnCenterTopAndBottom Method
When overridden in a derived class, returns the extents of a column as pixel coordinates
Syntax
[Obsolete("GetColumnCenterTopAndBottom is now obsolete. Please contact support if you use it.", true)]
public virtual bool GetColumnCenterTopAndBottom( 
   int dataPointIndex,
   IRenderPassData renderPassData,
   int zeroY,
   out double xCenter,
   out double yTop,
   out double yBottom
)

Parameters

dataPointIndex
The index to the SciChart.Data.Model.IPointSeries for this column
renderPassData
The IRenderPassData valid for the current render pass
zeroY
The pixel coordinate of zero in the Y-direction
xCenter
[out] The X-Axis pixel coordinate
yTop
[out] The Left-edge Y-Axis pixel coordinate
yBottom
[out] The Right-edge Y-Axis pixel coordinate
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