C1.Silverlight.Chart.5
SetScale Method

Sets the value of the ScaleProperty attached property for a specified chart.
Syntax
'Declaration
 
Public Shared Sub SetScale( _
   ByVal chart As C1Chart, _
   ByVal value As BubbleScale _
) 
public static void SetScale( 
   C1Chart chart,
   BubbleScale value
)

Parameters

chart
value
See Also

Reference

BubbleOptions Class
BubbleOptions Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.