GrapeCity.Xaml.Excel
AxisX Property (ExcelScatterChart)


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

Reference

ExcelScatterChart Class
ExcelScatterChart Members