Xceed Toolkit Plus for WPF v4.6 Documentation
DefaultMarkerTemplate Property


Xceed.Wpf.Toolkit Assembly > Xceed.Wpf.Toolkit.Chart Namespace > LineLayout Class : DefaultMarkerTemplate Property
Gets the default DataTemplate for line markers.
Syntax
'Declaration
 
Protected Shared ReadOnly Property DefaultMarkerTemplate As DataTemplate
'Usage
 
Dim value As DataTemplate
 
value = LineLayout.DefaultMarkerTemplate
protected static DataTemplate DefaultMarkerTemplate {get;}

Property Value

The default DataTemplate for line markers.
Remarks
Line markers represent the points of data on the line in the line chart.
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

LineLayout Class
LineLayout Members