C1.Silverlight.Chart.5
SetOffset Method

Sets the value of the Offset attached property for the specified chart. The Offset property controls the distance of pie slices from the center(Explosion).
Syntax
'Declaration
 
Public Shared Sub SetOffset( _
   ByVal chart As C1Chart, _
   ByVal value As System.Double _
) 
public static void SetOffset( 
   C1Chart chart,
   System.double value
)

Parameters

chart
value
See Also

Reference

PieOptions Class
PieOptions Members

 

 


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