ChartMenuItemBase Constructor
In This Topic
Create an instance of menu item.
Syntax
'Declaration
Public Function New( _
ByVal As FlexChart, _
ByVal As System.String _
)
public ChartMenuItemBase(
FlexChart ,
System.string
)
Parameters
- chart
- FlexChart control.
- text
- Menu text.
See Also