GrapeCity.Xaml.Excel
CrosssAt Property (IExcelChartAxis)


GrapeCity.Excel.Chart Namespace > IExcelChartAxis Interface : CrosssAt Property
Specifies where on the axis the perpendicular axis crosses. The units are dependent on the type of axis.
Syntax
'Declaration
 
Property CrosssAt As Double
'Usage
 
Dim instance As IExcelChartAxis
Dim value As Double
 
instance.CrosssAt = value
 
value = instance.CrosssAt
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.
See Also

Reference

IExcelChartAxis Interface
IExcelChartAxis Members