LinearXAxisDateTimeSetAxisRangeAndViewPortRange 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(
	DateTime dtViewPortStart,
	DateTime dtViewPortEnd,
	DateTime dtMinValue,
	DateTime dtMaxValue
)

Parameters

dtViewPortStart  DateTime
Value to be set to ViewPortStart property.
dtViewPortEnd  DateTime
Value to be set to ViewPortEnd property.
dtMinValue  DateTime
Value to be set to MinValue property.
dtMaxValue  DateTime
Value to be set to MaxValue property.

Exceptions

ArgumentException Thrown, if any of these conditions are met:

    See Also