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

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

Syntax

C#
public static BubbleScale GetScale(
	C1Chart chart
)
Visual Basic
Public Shared Function GetScale ( _
	chart As C1Chart _
) As BubbleScale

Return Value

See Also