ComponentOne Chart for WPF and Silverlight
SetOrigin Method


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

Parameters

chart
value
See Also

Reference

BarColumnOptions Class
BarColumnOptions Members