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