or
rcAnnualPaycheckDeduction.PlotArea.Series[0].Items.Add(Convert.ToDecimal(_estimatedPaycheckDeduction));rcAnnualPaycheckDeduction.PlotArea.Series[1].Items.Add(Convert.ToDecimal(Amount));<telerik:RadHtmlChart ID="rcPayPeriodPaycheckDeduction" runat="server" Width="355px" Height="370px" Transitions="false" Visible="false"> <Legend> <Appearance Position="Bottom" /> </Legend> <ChartTitle Text="Per Pay Period"> <Appearance Align="Center" BackgroundColor="White" Position="Bottom"></Appearance> </ChartTitle> <PlotArea> <YAxis MinValue="0" Step="2000"> <LabelsAppearance DataFormatString="{0:$#,##0}" RotationAngle="0" /> <MajorGridLines Color="#EFEFEF" Width="1"></MajorGridLines> <MinorGridLines Color="#F7F7F7" Width="1"></MinorGridLines> </YAxis> <XAxis> <MajorGridLines Color="#EFEFEF" Width="1"></MajorGridLines> <MinorGridLines Color="#F7F7F7" Width="1"></MinorGridLines> </XAxis> <Series> <telerik:ColumnSeries Name="Estimated Paycheck Deduction <b>*</b>" Stacked="false"> <Appearance> <FillStyle BackgroundColor="Blue"></FillStyle> </Appearance> <LabelsAppearance DataFormatString="{0:$#,##0}" Position="OutsideEnd"> </LabelsAppearance> <TooltipsAppearance DataFormatString="{0:$#,##0}"></TooltipsAppearance> </telerik:ColumnSeries> <telerik:ColumnSeries Name="Amount Deferred" Stacked="false"> <Appearance> <FillStyle BackgroundColor="Green"></FillStyle> </Appearance> <LabelsAppearance DataFormatString="{0:$#,##0}" Position="OutsideEnd"> </LabelsAppearance> <TooltipsAppearance DataFormatString="{0:$#,##0}"></TooltipsAppearance> </telerik:ColumnSeries> </Series> </PlotArea> </telerik:RadHtmlChart><%@ Page Language="VB" AutoEventWireup="false" CodeFile="MainMenu.aspx.vb" Inherits="user_MainMenu" %><%@ Register TagPrefix="telerik" Namespace="Telerik.Web.UI" Assembly="Telerik.Web.UI" %><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head runat="server"> <title></title></head><body> <form id="form1" runat="server"> <telerik:RadScriptManager ID="RadScriptManager1" runat="server"></telerik:RadScriptManager> <telerik:RadButton ID="RadButton1" runat="server" Text="RadButton" EnableEmbeddedSkins="false" Skin="RAMTrackHoverBtn"> </telerik:RadButton> </form></body></html>