Spread Silverlight Documentation
CrosssAt Property (IExcelChartAxis)


Specifies where on the axis the perpendicular axis crosses. The units are dependent on the type of axis.
Syntax
'Declaration
 
Property CrosssAt As System.Double
'Usage
 
Dim instance As IExcelChartAxis
Dim value As System.Double
 
instance.CrosssAt = value
 
value = instance.CrosssAt
System.double CrosssAt {get; set;}
Remarks
When the AxisType is Value, the value is a decimal number on the value axis. When the AxisType is Date, the date is defined as a integer number of days relative to the base data of the current date base. When the AxisType is Category, the value is an integer category number, starting with 1 as the first category.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

IExcelChartAxis Interface
IExcelChartAxis Members

 

 


Copyright © GrapeCity, inc. All rights reserved.