Spread WPF Documentation
CrosssAt Property (ExcelChartValueAxis)


Specifies where on the axis the perpendicular axis crosses. The units are dependent on the type of axis.
Syntax
public System.double CrosssAt {get; set;}
'Declaration
 
Public Property CrosssAt As System.Double
 
'Usage
 
Dim instance As ExcelChartValueAxis
Dim value As System.Double
 
instance.CrosssAt = value
 
value = instance.CrosssAt
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 (SP4), Windows XP (SP2), Windows 2008, Windows 2003 Server (SP1)

See Also

Reference

ExcelChartValueAxis Class
ExcelChartValueAxis Members

 

 


Copyright © GrapeCity, inc. All rights reserved.