ComponentOne Chart for WPF and Silverlight
ContentTemplate Property (ChartPanelObject)


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

Reference

ChartPanelObject Class
ChartPanelObject Members