Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
public
ChartPalette Palette2
{
get
if
(_palette2 ==
null
)
_palette2 =
new
ChartPalette();
PaletteEntryCollection collection =
PaletteEntryCollection();
foreach
(var color
in
MyColors)
PaletteEntry pe =
PaletteEntry(color);
collection.Add(pe);
_palette2.GlobalEntries.Add(pe);
}
_palette2.SeriesEntries.Add(collection);
return
_palette2;
<
telerik:RadPieChart
Palette
=
"{Binding Palette2}"
>
Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.