Xceed Toolkit Plus for WPF v4.6 Documentation
ApplyDefaultTemplate Method (Series)


Xceed.Wpf.Toolkit Assembly > Xceed.Wpf.Toolkit.Chart Namespace > Series Class : ApplyDefaultTemplate Method
Applies the default DataTemplates to series elements.
Syntax
'Declaration
 
Public Sub ApplyDefaultTemplate() 
'Usage
 
Dim instance As Series
 
instance.ApplyDefaultTemplate()
public void ApplyDefaultTemplate()
Remarks

The value of Layout, which is set to an instance of the LayoutEngine-derived class corresponding to the chart type, determines which elements are involved. For example, for a line chart, Layout will be set to LineLayout.

Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Series Class
Series Members