Gets ContourCentrePoint custom attribute of Series
Syntax
Visual Basic (Declaration) |
|
Public Shared Sub GetContourCentrePointCustomAttribute( _
ByVal series As Series, _
ByRef x As Double, _
ByRef y As Double _
) |
Parameters
- series
- Series
- x
- out X value, Double.NaN if ContourCentrePoint custom attribute is not set in the Series
- y
- out Y value, Double.NaN if ContourCentrePoint custom attribute is not set in the Series
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also