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

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

Syntax

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

Parameters

chart
Type: C1.Phone.Chart..::..C1Chart

Return Value

See Also