LinearXAxisLongSetAxisRangeAndViewPortRange Method

Sets values to ViewPortStart, ViewPortEnd, MinValue, MaxValue properties all at the same time.

Definition

Namespace: BeeMobile.LineChart
Assembly: BeeMobile.LineChart.NET48 (in BeeMobile.LineChart.NET48.dll) Version: 4.8.1.10 (4.8.1.10)
C#
public virtual void SetAxisRangeAndViewPortRange(
	long nViewPortStart,
	long nViewPortEnd,
	long nMinValue,
	long nMaxValue
)

Parameters

nViewPortStart  Int64
Value to be set to ViewPortStart property.
nViewPortEnd  Int64
Value to be set to ViewPortEnd property.
nMinValue  Int64
Value to be set to MinValue property.
nMaxValue  Int64
Value to be set to MaxValue property.

Exceptions

ArgumentException Thrown, if any of these conditions are met:

    See Also