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; }<DefaultValueAttribute(50)>
Public Property ReferenceValue As Double
Get
Set
public:
[DefaultValueAttribute(50)]
property double ReferenceValue {
double get ();
void set (double value);
}Property Value
Type:
Double
See Also