Click or drag to resize

VisualBaseCalculatePriceFromY(Double, Double, Double, Double, Double, ScaleType) Method

Calculate the price from Y

Namespace: ArthaChitra.Model.SharpScript
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.6.0
Syntax
C#
protected double CalculatePriceFromY(
	double min,
	double max,
	double y,
	double actualHeight,
	double yMargin,
	ScaleType scaleType
)

Parameters

min  Double
Minimum visible price
max  Double
Maximum visible price
y  Double
Y point
actualHeight  Double
Height of the view
yMargin  Double
Margin of the view
scaleType  ScaleType
ScaleType

Return Value

Double
See Also