If possible, will return the best available main value of the series for a given pixel coordinate within the current series plot area.
'Declaration
Public Overrides Function GetSeriesValueFromSeriesPixel( _
ByVal As Point, _
ByVal As Boolean, _
ByVal As Boolean _
) As Double
Parameters
- mouse
- The series coordinate for which to get the value for.
- useInterpolation
- If true, interpolation should be used to get in-between values, rather than only the actual values in the data set.
- skipUnknowns
- If true, unknown values will be skipped when searching for a series value.
Return Value
The value in question, or double.NaN if no valid value is available.
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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