Returns the value of the OriginProperty attached property for a specified chart.

Namespace:  C1.Silverlight.Chart
Assembly:  C1.Silverlight.Chart (in C1.Silverlight.Chart.dll)

Syntax

C#
public static double GetOrigin(
	C1Chart chart
)
Visual Basic
Public Shared Function GetOrigin ( _
	chart As C1Chart _
) As Double

Return Value

See Also