ChartBaseCalculateCoordinateFromValue Method

Calculates coordinate of the DataValue when drawing is performed.

Definition

Namespace: BeeMobile.Charts
Assembly: BeeMobile.Charts.NET48 (in BeeMobile.Charts.NET48.dll) Version: 4.8.0.3
C#
protected virtual int CalculateCoordinateFromValue(
	double aValue,
	int nLengthInPixels
)

Parameters

aValue  Double
The value represented by DataValue object.
nLengthInPixels  Int32
Overall length of DataValue, if aValue is 100%.

Return Value

Int32

[Missing <returns> documentation for "M:BeeMobile.Charts.ChartBase.CalculateCoordinateFromValue(System.Double,System.Int32)"]

See Also