GrapeCity.Xaml.Excel
AxisX Property (ExcelSurfaceChart)


GrapeCity.Excel.Chart Namespace > ExcelSurfaceChart Class : AxisX Property
Represents the category axis info.
Syntax
'Declaration
 
Public Property AxisX As IExcelChartAxis
'Usage
 
Dim instance As ExcelSurfaceChart
Dim value As IExcelChartAxis
 
instance.AxisX = value
 
value = instance.AxisX
public IExcelChartAxis AxisX {get; set;}
See Also

Reference

ExcelSurfaceChart Class
ExcelSurfaceChart Members