C1.Android.Chart Assembly / C1.Android.Chart Namespace / C1Sunburst Class / C1Sunburst Constructor / C1Sunburst Constructor(Context,IAttributeSet)


In This Topic
C1Sunburst Constructor(Context,IAttributeSet)
In This Topic
Creates an instance of FlexPie from a xml definition.
Syntax
'Declaration
 
Public Function New( _
   ByVal context As Android.Content.Context, _
   ByVal attrs As Android.Util.IAttributeSet _
)
 
'Usage
 
Dim context As Android.Content.Context
Dim attrs As Android.Util.IAttributeSet
 
Dim instance As New C1Sunburst(context, attrs)

Parameters

context
attrs
See Also