XlsChartCategoryAxis
Offset Property
|
Represents distance between the labels and axis line.
The value can be from 0 through 1000.
Namespace:
Spire.Xls.Core.Spreadsheet.Charts
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public int Offset { get; set; }
Public Property Offset As Integer
Get
Set
public:
virtual property int Offset {
int get () sealed;
void set (int value) sealed;
}
abstract Offset : int with get, set
override Offset : int with get, set
Property Value
Type:
Int32
Implements
IChartCategoryAxis
Offset
See Also