GrapeCity.Xaml.Excel
LabelOffset Property (ExcelChartCategoryAxis)


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

Reference

ExcelChartCategoryAxis Class
ExcelChartCategoryAxis Members