BlockSeriesBaseOffsetY Property |
LightningChart .NET Help
Offset y value. This is added to each data value when rendering.
Namespace:
Arction.WinForms.Charting.SeriesXY
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic double OffsetY { get; set; }Public Property OffsetY As Double
Get
Set
public:
property double OffsetY {
double get ();
void set (double value);
}Property Value
Type:
Double
See Also