Initial Commit
This commit is contained in:
18
Charts/LineLegendItem.xaml.cs
Normal file
18
Charts/LineLegendItem.xaml.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
namespace Microsoft.Research.DynamicDataDisplay
|
||||
{
|
||||
/// <summary>
|
||||
/// Interaction logic for LineLegendItem.xaml
|
||||
/// </summary>
|
||||
public partial class LineLegendItem : LegendItem
|
||||
{
|
||||
public LineLegendItem()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
|
||||
public LineLegendItem(Description description) : base(description)
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user