ComponentOne Chart for WPF and Silverlight
Content Property (ChartPanelObject)


C1.WPF.C1Chart Namespace > ChartPanelObject Class : Content Property
Syntax
'Declaration
 
<System.ComponentModel.BindableAttribute(Bindable=True, Direction=BindingDirection.OneWay)>
<CustomCategoryAttribute("Content")>
Public Property Content As System.Object
'Usage
 
Dim instance As ChartPanelObject
Dim value As System.Object
 
instance.Content = value
 
value = instance.Content
[System.ComponentModel.Bindable(Bindable=true, Direction=BindingDirection.OneWay)]
[CustomCategory("Content")]
public System.object Content {get; set;}
See Also

Reference

ChartPanelObject Class
ChartPanelObject Members