Intersoft ClientUI Documentation
PrepareDataPoint Method (DataPointSingleSeriesWithAxes)



The data point to apply the style to.
The object associated with the data point.
Sets the style of the data point to the single style used for all data points.
Syntax
Protected Overrides Sub PrepareDataPoint( _
   ByVal dataPoint As DataPoint, _
   ByVal dataContext As Object _
) 
Dim instance As DataPointSingleSeriesWithAxes
Dim dataPoint As DataPoint
Dim dataContext As Object
 
instance.PrepareDataPoint(dataPoint, dataContext)
protected override void PrepareDataPoint( 
   DataPoint dataPoint,
   object dataContext
)
protected:
void PrepareDataPoint( 
   DataPoint^ dataPoint,
   Object^ dataContext
) override 

Parameters

dataPoint
The data point to apply the style to.
dataContext
The object associated with the data point.
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

Reference

DataPointSingleSeriesWithAxes Class
DataPointSingleSeriesWithAxes Members

Send Feedback