SeriesBaseSmithGetMinMaxFromXRange Method |
LightningChart .NET Help
Get min and max amplitude value withing given angle range
Namespace:
Arction.Wpf.Charting.SeriesSmith
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic override bool GetMinMaxFromXRange(
out double yMin,
out double yMax,
double xRangeMin,
double xRangeMax
)
Public Overrides Function GetMinMaxFromXRange (
<OutAttribute> ByRef yMin As Double,
<OutAttribute> ByRef yMax As Double,
xRangeMin As Double,
xRangeMax As Double
) As Boolean
public:
virtual bool GetMinMaxFromXRange(
[OutAttribute] double% yMin,
[OutAttribute] double% yMax,
double xRangeMin,
double xRangeMax
) override
Parameters
- yMin
- Type: SystemDouble
Minimum amplitude value - yMax
- Type: SystemDouble
Maximum amplitude value - xRangeMin
- Type: SystemDouble
Angle range start - xRangeMax
- Type: SystemDouble
Angle range end
Return Value
Type:
BooleanTrue if values were successfully detected
See Also