Click or drag to resize

AxisSmithBaseReferenceValue Property

LightningChart .NET Help
Reference value of the smith axis. This is the value at the center of the smith chart. On RealValue axis values range from 0 to this, and on right side from this to infinity.

Namespace:  Arction.Wpf.ChartingMVVM.Axes
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
[DefaultValueAttribute(50)]
public double ReferenceValue { get; set; }

Property Value

Type: Double
See Also