Skip to content

Commit 74e8320

Browse files
Merge pull request #47 from Infragistics/vs-dashboard-updates
dashboard samples should not set included properties
2 parents 3c5d153 + 61be751 commit 74e8320

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Examples/IGDashboardTile/Samples/Display/ChartDashboard.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public ChartDashboard()
3232

3333
InitializeComponent();
3434

35-
dashboard.IncludedProperties = "Country;Coal;Oil;Gas;Nuclear;Hydro".Split(';');
35+
// dashboard.IncludedProperties = "Country;Coal;Oil;Gas;Nuclear;Hydro".Split(';');
3636
}
3737
}
3838
}

Examples/IGDashboardTile/Samples/Display/PieDashboard.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public PieDashboard()
3232

3333
InitializeComponent();
3434

35-
dashboard.IncludedProperties = "Spending;Label".Split(';');
35+
// dashboard.IncludedProperties = "Spending;Label".Split(';');
3636
}
3737
}
3838
}

0 commit comments

Comments
 (0)