ITrendlineLabel
OffsetX Property
|
Gets or Sets the Trendlines DataLabel Offset on X Coodinate Axis .
the position is relative to default position for the chart width.
Read/Write
OffsetX
.
Namespace:
Spire.Presentation.Charts
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
float OffsetX { get; set; }
Property OffsetX As Single
Get
Set
property float OffsetX {
float get ();
void set (float value);
}
abstract OffsetX : float32 with get, set
Property Value
Type:
Single
See Also