BlockSeriesBaseOffsetY Property |
LightningChart .NET Help
Get or set Offset y value. This is added to each data value when rendering.
Namespace:
Arction.Wpf.ChartingMVVM.SeriesXY
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.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