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