LinearYAxisFloatSetAxisRangeAndViewPortRange 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(
	float fViewPortStart,
	float fViewPortEnd,
	float fMinValue,
	float fMaxValue
)

Parameters

fViewPortStart  Single
Value to be set to ViewPortStart property.
fViewPortEnd  Single
Value to be set to ViewPortEnd property.
fMinValue  Single
Value to be set to MinValue property.
fMaxValue  Single
Value to be set to MaxValue property.

Exceptions

ArgumentException Thrown, if any of these conditions are met:

    See Also