Xceed Toolkit Plus for WPF v4.6 Documentation
LegendItemBase Constructor


Xceed.Wpf.Toolkit Assembly > Xceed.Wpf.Toolkit.Chart Namespace > LegendItemBase Class : LegendItemBase Constructor
Legend item text.
Legend item area title.
Legend item interrior brush.
Initializes a new instance of the LegendItemBase class.
Syntax
'Declaration
 
Public Function New( _
   ByVal text As String, _
   ByVal areaTitle As String, _
   ByVal interiorBrush As Brush _
)
'Usage
 
Dim text As String
Dim areaTitle As String
Dim interiorBrush As Brush
 
Dim instance As New LegendItemBase(text, areaTitle, interiorBrush)
public LegendItemBase( 
   string text,
   string areaTitle,
   Brush interiorBrush
)

Parameters

text
Legend item text.
areaTitle
Legend item area title.
interiorBrush
Legend item interrior brush.
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

LegendItemBase Class
LegendItemBase Members