GrapeCity.Xaml.Excel
LabelOffset Property (IExcelChartCategoryAxis)


GrapeCity.Excel.Chart Namespace > IExcelChartCategoryAxis Interface : LabelOffset Property
Specifies the distance of lables from the axis.
Syntax
'Declaration
 
Property LabelOffset As Integer
'Usage
 
Dim instance As IExcelChartCategoryAxis
Dim value As Integer
 
instance.LabelOffset = value
 
value = instance.LabelOffset
int LabelOffset {get; set;}
Remarks
The value should be between 0 and 1000.
See Also

Reference

IExcelChartCategoryAxis Interface
IExcelChartCategoryAxis Members