Xceed Toolkit Plus for WPF v4.6 Documentation
GridBackgroundTemplate Property


Xceed.Wpf.Toolkit Assembly > Xceed.Wpf.Toolkit.Chart Namespace > Area Class : GridBackgroundTemplate Property
Gets or sets the DataTemplate that will be used as a background for the Grid-only part of the Chart's Area.
Syntax
'Declaration
 
Public Property GridBackgroundTemplate As DataTemplate
'Usage
 
Dim instance As Area
Dim value As DataTemplate
 
instance.GridBackgroundTemplate = value
 
value = instance.GridBackgroundTemplate
public DataTemplate GridBackgroundTemplate {get; set;}
Remarks
The Grid-only part of the Chart's Area is the part without the axis and tick labels. To set a background that includes these labels, please use the BackgroundTemplate property instead.
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

Area Class
Area Members