ComponentOne FinancialChart for WPF
SetArcSegmentDefinition Method



C1.WPF Namespace > C1RadialPanel Class : SetArcSegmentDefinition Method
The element which contains the attached property.
Sets the ArcSegmentDef value.
Syntax
'Declaration
 
Public Shared Sub SetArcSegmentDefinition( _
   ByVal obj As DependencyObject, _
   ByVal value As ArcSegmentDef _
) 
'Usage
 
Dim obj As DependencyObject
Dim value As ArcSegmentDef
 
C1RadialPanel.SetArcSegmentDefinition(obj, value)
public static void SetArcSegmentDefinition( 
   DependencyObject obj,
   ArcSegmentDef value
)
public:
static void SetArcSegmentDefinition( 
   DependencyObject^ obj,
   ArcSegmentDef^ value
) 

Parameters

obj
The element which contains the attached property.
value
See Also

Reference

C1RadialPanel Class
C1RadialPanel Members