ComponentOne Chart for WPF and Silverlight
SetRadiusX Method


C1.WPF.C1Chart Namespace > BarColumnOptions Class : SetRadiusX Method
Sets the value of the RadiusXProperty attached property for a specified chart.
Syntax
'Declaration
 
Public Shared Sub SetRadiusX( _
   ByVal chart As C1Chart, _
   ByVal value As System.Double _
) 
'Usage
 
Dim chart As C1Chart
Dim value As System.Double
 
BarColumnOptions.SetRadiusX(chart, value)
public static void SetRadiusX( 
   C1Chart chart,
   System.double value
)

Parameters

chart
value
See Also

Reference

BarColumnOptions Class
BarColumnOptions Members