Click or drag to resize

DrawingBaseCalculateSlope Method

Calculates the slope between 2 points

Namespace: ArthaChitra.Model.Chart
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
protected double CalculateSlope(
	Point a,
	Point b
)

Parameters

a  Point
Point a
b  Point
Point b

Return Value

Double
The slope value
See Also