StockSeriesGetXMinMax Method |
LightningChart .NET Help
Get minimum X and maximum X of series X values
Namespace:
Arction.Wpf.ChartingMVVM.SeriesXY
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic bool GetXMinMax(
out double dXMin,
out double dXMax
)
Public Function GetXMinMax (
<OutAttribute> ByRef dXMin As Double,
<OutAttribute> ByRef dXMax As Double
) As Boolean
public:
bool GetXMinMax(
[OutAttribute] double% dXMin,
[OutAttribute] double% dXMax
)
Parameters
- dXMin
- Type: SystemDouble
X min - dXMax
- Type: SystemDouble
X max
Return Value
Type:
BooleanTrue if minimum X and maximum X was obtained successfully
See Also