User (Legacy) Posted August 10, 2006 Report Share Posted August 10, 2006 Is there any samples of using skins for Radial Gauges in Visual Studio 2005 Regards Magnus Link to comment Share on other sites More sharing options...
User (Legacy) Posted August 10, 2006 Author Report Share Posted August 10, 2006 Is there any samples of using skins for Radial Gauges in Visual Studio 2005 Regards Magnus Link to comment Share on other sites More sharing options...
Software FX Posted August 11, 2006 Report Share Posted August 11, 2006 Dear Magnus: There is no samples related to ASP.NET Themes. However, I will log your suggestion. Using skins with Gauges works similarly as the other ASP.NET controls. Here is a skin I just created: <%@ Register Assembly="ChartFX.WebForms.Gauge" Namespace="ChartFX.WebForms.Gauge" TagPrefix="ChartFXGauge" %> <ChartFXGauge:RadialGauge runat="server"> <Border Color=Yellow /> <Scales> <ChartFXGauge:RadialScale> <Bar Color="Blue"></Bar> <Indicators> <ChartFXGauge:Needle Style="needle11" /> </Indicators> </ChartFXGauge:RadialScale> </Scales> </ChartFXGauge:RadialGauge> Regards, -- PR "Magnus Salgo" <mgns@novonordisk.com> wrote in message news:IfDzzBHvGHA.1292@webserver3.softwarefx.com... > Is there any samples of using skins for Radial Gauges in Visual Studio > 2005 > > Regards > Magnus > > Link to comment Share on other sites More sharing options...
Software FX Posted August 11, 2006 Report Share Posted August 11, 2006 Dear Magnus: There is no samples related to ASP.NET Themes. However, I will log your suggestion. Using skins with Gauges works similarly as the other ASP.NET controls. Here is a skin I just created: <%@ Register Assembly="ChartFX.WebForms.Gauge" Namespace="ChartFX.WebForms.Gauge" TagPrefix="ChartFXGauge" %> <ChartFXGauge:RadialGauge runat="server"> <Border Color=Yellow /> <Scales> <ChartFXGauge:RadialScale> <Bar Color="Blue"></Bar> <Indicators> <ChartFXGauge:Needle Style="needle11" /> </Indicators> </ChartFXGauge:RadialScale> </Scales> </ChartFXGauge:RadialGauge> Regards, -- PR "Magnus Salgo" <mgns@novonordisk.com> wrote in message news:IfDzzBHvGHA.1292@webserver3.softwarefx.com... > Is there any samples of using skins for Radial Gauges in Visual Studio > 2005 > > Regards > Magnus > > Link to comment Share on other sites More sharing options...
User (Legacy) Posted August 14, 2006 Author Report Share Posted August 14, 2006 Thanks for your help If I don't have the ChartFXGauge:RadialScale part in my skin then it works great... <ChartFXGauge:RadialGauge runat="server" BackColor="Gray"> <Border Color=Yellow /> <Scales> </Scales> </ChartFXGauge:RadialGauge> If I add ChartFXGauge:RadialScale then I get an exception <ChartFXGauge:RadialGauge runat="server" BackColor="Gray"> <Border Color=Yellow /> <Scales> <ChartFXGauge:RadialScale> <Bar Color="Blue"></Bar> </ChartFXGauge:RadialScale> </Scales> </ChartFXGauge:RadialGauge> " at ChartFX.WebForms.Gauge.Primitives.ElementItemCollection.OnRemove(Int32 index, Object value) at System.Collections.CollectionBase.RemoveAt(Int32 index) at ChartFX.WebForms.Gauge.Primitives.ElementItemCollection.OnClear() at System.Collections.CollectionBase.Clear() at ASP.Default.__BuildControl__control12(Control ctrl) in c:\mgns\Visual Studio 2005\WebSites\NNSKPI\App_Themes\Default\Default.skin:line 18 at System.Web.UI.ControlSkin.ApplySkin(Control control) at System.Web.UI.PageTheme.ApplyControlSkin(Control control) at System.Web.UI.Page.ApplyControlSkin(Control ctrl) at System.Web.UI.Control.ApplySkin(Page page) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.AddedControl(Control control, Int32 index) at System.Web.UI.ControlCollection.Add(Control child) at System.Web.UI.WebControls.WebParts.WebPartManager.WebPartManagerControlColle ction.AddWebPartHelper(WebPart webPart) at System.Web.UI.WebControls.WebParts.WebPartManager.WebPartManagerControlColle ction.AddWebPartsFromZone(WebPartZoneBase zone, WebPartCollection webParts)" The application I build is ASP.NET 2.0 using Master /Pages, Themes and webparts Regards Magnus cms@mypost.se "Software FX Support" <support@softwarefx.com> wrote in message news:5HfP7YVvGHA.1292@webserver3.softwarefx.com... > Dear Magnus: > > There is no samples related to ASP.NET Themes. However, I will log your > suggestion. > > Using skins with Gauges works similarly as the other ASP.NET controls. Here > is a skin I just created: > > <ChartFXGauge:RadialScale> > <Bar Color="Blue"></Bar> > <Indicators> > <ChartFXGauge:Needle Style="needle11" /> > </Indicators> > </ChartFXGauge:RadialScale> Link to comment Share on other sites More sharing options...
User (Legacy) Posted August 14, 2006 Author Report Share Posted August 14, 2006 Thanks for your help If I don't have the ChartFXGauge:RadialScale part in my skin then it works great... <ChartFXGauge:RadialGauge runat="server" BackColor="Gray"> <Border Color=Yellow /> <Scales> </Scales> </ChartFXGauge:RadialGauge> If I add ChartFXGauge:RadialScale then I get an exception <ChartFXGauge:RadialGauge runat="server" BackColor="Gray"> <Border Color=Yellow /> <Scales> <ChartFXGauge:RadialScale> <Bar Color="Blue"></Bar> </ChartFXGauge:RadialScale> </Scales> </ChartFXGauge:RadialGauge> " at ChartFX.WebForms.Gauge.Primitives.ElementItemCollection.OnRemove(Int32 index, Object value) at System.Collections.CollectionBase.RemoveAt(Int32 index) at ChartFX.WebForms.Gauge.Primitives.ElementItemCollection.OnClear() at System.Collections.CollectionBase.Clear() at ASP.Default.__BuildControl__control12(Control ctrl) in c:\mgns\Visual Studio 2005\WebSites\NNSKPI\App_Themes\Default\Default.skin:line 18 at System.Web.UI.ControlSkin.ApplySkin(Control control) at System.Web.UI.PageTheme.ApplyControlSkin(Control control) at System.Web.UI.Page.ApplyControlSkin(Control ctrl) at System.Web.UI.Control.ApplySkin(Page page) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.AddedControl(Control control, Int32 index) at System.Web.UI.ControlCollection.Add(Control child) at System.Web.UI.WebControls.WebParts.WebPartManager.WebPartManagerControlColle ction.AddWebPartHelper(WebPart webPart) at System.Web.UI.WebControls.WebParts.WebPartManager.WebPartManagerControlColle ction.AddWebPartsFromZone(WebPartZoneBase zone, WebPartCollection webParts)" The application I build is ASP.NET 2.0 using Master /Pages, Themes and webparts Regards Magnus cms@mypost.se "Software FX Support" <support@softwarefx.com> wrote in message news:5HfP7YVvGHA.1292@webserver3.softwarefx.com... > Dear Magnus: > > There is no samples related to ASP.NET Themes. However, I will log your > suggestion. > > Using skins with Gauges works similarly as the other ASP.NET controls. Here > is a skin I just created: > > <ChartFXGauge:RadialScale> > <Bar Color="Blue"></Bar> > <Indicators> > <ChartFXGauge:Needle Style="needle11" /> > </Indicators> > </ChartFXGauge:RadialScale> Link to comment Share on other sites More sharing options...
Software FX Posted August 16, 2006 Report Share Posted August 16, 2006 Dear Magnus: What is the markup of gauge in your aspx page? Regards, -- PR "Magnus Salgo" <mgns@novonordisk.com> wrote in message news:ropxhJ3vGHA.2572@webserver3.softwarefx.com... > Thanks for your help > > If I don't have the ChartFXGauge:RadialScale part in my skin then it works > great... > <ChartFXGauge:RadialGauge runat="server" BackColor="Gray"> > <Border Color=Yellow /> > <Scales> > </Scales> > </ChartFXGauge:RadialGauge> > > If I add ChartFXGauge:RadialScale then I get an exception > > > <ChartFXGauge:RadialGauge runat="server" BackColor="Gray"> > <Border Color=Yellow /> > <Scales> > <ChartFXGauge:RadialScale> > <Bar Color="Blue"></Bar> > </ChartFXGauge:RadialScale> > </Scales> > </ChartFXGauge:RadialGauge> > > " at > ChartFX.WebForms.Gauge.Primitives.ElementItemCollection.OnRemove(Int32 > index, Object value) > at System.Collections.CollectionBase.RemoveAt(Int32 index) > at ChartFX.WebForms.Gauge.Primitives.ElementItemCollection.OnClear() > at System.Collections.CollectionBase.Clear() > at ASP.Default.__BuildControl__control12(Control ctrl) in c:\mgns\Visual > Studio 2005\WebSites\NNSKPI\App_Themes\Default\Default.skin:line 18 > at System.Web.UI.ControlSkin.ApplySkin(Control control) > at System.Web.UI.PageTheme.ApplyControlSkin(Control control) > at System.Web.UI.Page.ApplyControlSkin(Control ctrl) > at System.Web.UI.Control.ApplySkin(Page page) > at System.Web.UI.Control.InitRecursive(Control namingContainer) > at System.Web.UI.Control.InitRecursive(Control namingContainer) > at System.Web.UI.Control.InitRecursive(Control namingContainer) > at System.Web.UI.Control.AddedControl(Control control, Int32 index) > at System.Web.UI.ControlCollection.Add(Control child) > at > System.Web.UI.WebControls.WebParts.WebPartManager.WebPartManagerControlColle > ction.AddWebPartHelper(WebPart webPart) > at > System.Web.UI.WebControls.WebParts.WebPartManager.WebPartManagerControlColle > ction.AddWebPartsFromZone(WebPartZoneBase zone, WebPartCollection > webParts)" > > > The application I build is ASP.NET 2.0 using Master /Pages, Themes and > webparts > > Regards > Magnus > cms@mypost.se > "Software FX Support" <support@softwarefx.com> wrote in message > news:5HfP7YVvGHA.1292@webserver3.softwarefx.com... >> Dear Magnus: >> >> There is no samples related to ASP.NET Themes. However, I will log your >> suggestion. >> >> Using skins with Gauges works similarly as the other ASP.NET controls. > Here >> is a skin I just created: >> >> <ChartFXGauge:RadialScale> >> <Bar Color="Blue"></Bar> >> <Indicators> >> <ChartFXGauge:Needle Style="needle11" /> >> </Indicators> >> </ChartFXGauge:RadialScale> > > Link to comment Share on other sites More sharing options...
Software FX Posted August 16, 2006 Report Share Posted August 16, 2006 Dear Magnus: What is the markup of gauge in your aspx page? Regards, -- PR "Magnus Salgo" <mgns@novonordisk.com> wrote in message news:ropxhJ3vGHA.2572@webserver3.softwarefx.com... > Thanks for your help > > If I don't have the ChartFXGauge:RadialScale part in my skin then it works > great... > <ChartFXGauge:RadialGauge runat="server" BackColor="Gray"> > <Border Color=Yellow /> > <Scales> > </Scales> > </ChartFXGauge:RadialGauge> > > If I add ChartFXGauge:RadialScale then I get an exception > > > <ChartFXGauge:RadialGauge runat="server" BackColor="Gray"> > <Border Color=Yellow /> > <Scales> > <ChartFXGauge:RadialScale> > <Bar Color="Blue"></Bar> > </ChartFXGauge:RadialScale> > </Scales> > </ChartFXGauge:RadialGauge> > > " at > ChartFX.WebForms.Gauge.Primitives.ElementItemCollection.OnRemove(Int32 > index, Object value) > at System.Collections.CollectionBase.RemoveAt(Int32 index) > at ChartFX.WebForms.Gauge.Primitives.ElementItemCollection.OnClear() > at System.Collections.CollectionBase.Clear() > at ASP.Default.__BuildControl__control12(Control ctrl) in c:\mgns\Visual > Studio 2005\WebSites\NNSKPI\App_Themes\Default\Default.skin:line 18 > at System.Web.UI.ControlSkin.ApplySkin(Control control) > at System.Web.UI.PageTheme.ApplyControlSkin(Control control) > at System.Web.UI.Page.ApplyControlSkin(Control ctrl) > at System.Web.UI.Control.ApplySkin(Page page) > at System.Web.UI.Control.InitRecursive(Control namingContainer) > at System.Web.UI.Control.InitRecursive(Control namingContainer) > at System.Web.UI.Control.InitRecursive(Control namingContainer) > at System.Web.UI.Control.AddedControl(Control control, Int32 index) > at System.Web.UI.ControlCollection.Add(Control child) > at > System.Web.UI.WebControls.WebParts.WebPartManager.WebPartManagerControlColle > ction.AddWebPartHelper(WebPart webPart) > at > System.Web.UI.WebControls.WebParts.WebPartManager.WebPartManagerControlColle > ction.AddWebPartsFromZone(WebPartZoneBase zone, WebPartCollection > webParts)" > > > The application I build is ASP.NET 2.0 using Master /Pages, Themes and > webparts > > Regards > Magnus > cms@mypost.se > "Software FX Support" <support@softwarefx.com> wrote in message > news:5HfP7YVvGHA.1292@webserver3.softwarefx.com... >> Dear Magnus: >> >> There is no samples related to ASP.NET Themes. However, I will log your >> suggestion. >> >> Using skins with Gauges works similarly as the other ASP.NET controls. > Here >> is a skin I just created: >> >> <ChartFXGauge:RadialScale> >> <Bar Color="Blue"></Bar> >> <Indicators> >> <ChartFXGauge:Needle Style="needle11" /> >> </Indicators> >> </ChartFXGauge:RadialScale> > > Link to comment Share on other sites More sharing options...
User (Legacy) Posted August 29, 2006 Author Report Share Posted August 29, 2006 Hi This is the one I use right now <ChartFXGauge:RadialGauge ID="radialGauge" runat="server" ToolTip="KPI for xxx" > <InnerGauges> <ChartFXGauge:InnerDigitalPanel LinkToMainValue="True"> <Layout Alignment="BottomCenter" /> <DigitalPanel runat="server" ID="DigitalPanel1" BackColor="White" Height="50px" Width="200px"> </DigitalPanel> </ChartFXGauge:InnerDigitalPanel> </InnerGauges> <Titles> <ChartFXGauge:Title Color="SteelBlue" Font="Microsoft Sans Serif, Smaller, style=Bold" Text="Title" > <Layout Alignment="BottomCenter" SerializableAnchorPoint="0, -0.4" Target="AnchorPoint" /> </ChartFXGauge:Title> </Titles> <Scales> <ChartFXGauge:RadialScale Min="-100" MinAlwaysDisplayed="True" Color="215, 225, 243"> <Indicators> <ChartFXGauge:Needle /> </Indicators> <Bar Color="215, 225, 243"> </Bar> </ChartFXGauge:RadialScale> </Scales> </ChartFXGauge:RadialGauge> "Software FX Support" <support@softwarefx.com> wrote in message news:cQ6G02OwGHA.1280@webserver3.softwarefx.com... > Dear Magnus: > > What is the markup of gauge in your aspx page? > > Regards, > > -- > PR > > "Magnus Salgo" <mgns@novonordisk.com> wrote in message > news:ropxhJ3vGHA.2572@webserver3.softwarefx.com... > > Thanks for your help > > > > If I don't have the ChartFXGauge:RadialScale part in my skin then it works > > great... > > <ChartFXGauge:RadialGauge runat="server" BackColor="Gray"> > > <Border Color=Yellow /> > > <Scales> > > </Scales> > > </ChartFXGauge:RadialGauge> > > > > If I add ChartFXGauge:RadialScale then I get an exception > > > > > > <ChartFXGauge:RadialGauge runat="server" BackColor="Gray"> > > <Border Color=Yellow /> > > <Scales> > > <ChartFXGauge:RadialScale> > > <Bar Color="Blue"></Bar> > > </ChartFXGauge:RadialScale> > > </Scales> > > </ChartFXGauge:RadialGauge> > > > > " at > > ChartFX.WebForms.Gauge.Primitives.ElementItemCollection.OnRemove(Int32 > > index, Object value) > > at System.Collections.CollectionBase.RemoveAt(Int32 index) > > at ChartFX.WebForms.Gauge.Primitives.ElementItemCollection.OnClear() > > at System.Collections.CollectionBase.Clear() > > at ASP.Default.__BuildControl__control12(Control ctrl) in c:\mgns\Visual > > Studio 2005\WebSites\NNSKPI\App_Themes\Default\Default.skin:line 18 > > at System.Web.UI.ControlSkin.ApplySkin(Control control) > > at System.Web.UI.PageTheme.ApplyControlSkin(Control control) > > at System.Web.UI.Page.ApplyControlSkin(Control ctrl) > > at System.Web.UI.Control.ApplySkin(Page page) > > at System.Web.UI.Control.InitRecursive(Control namingContainer) > > at System.Web.UI.Control.InitRecursive(Control namingContainer) > > at System.Web.UI.Control.InitRecursive(Control namingContainer) > > at System.Web.UI.Control.AddedControl(Control control, Int32 index) > > at System.Web.UI.ControlCollection.Add(Control child) > > at > > System.Web.UI.WebControls.WebParts.WebPartManager.WebPartManagerControlColle > > ction.AddWebPartHelper(WebPart webPart) > > at > > System.Web.UI.WebControls.WebParts.WebPartManager.WebPartManagerControlColle > > ction.AddWebPartsFromZone(WebPartZoneBase zone, WebPartCollection > > webParts)" > > > > > > The application I build is ASP.NET 2.0 using Master /Pages, Themes and > > webparts > > > > Regards > > Magnus > > cms@mypost.se > > "Software FX Support" <support@softwarefx.com> wrote in message > > news:5HfP7YVvGHA.1292@webserver3.softwarefx.com... > >> Dear Magnus: > >> > >> There is no samples related to ASP.NET Themes. However, I will log your > >> suggestion. > >> > >> Using skins with Gauges works similarly as the other ASP.NET controls. > > Here > >> is a skin I just created: > >> > >> <ChartFXGauge:RadialScale> > >> <Bar Color="Blue"></Bar> > >> <Indicators> > >> <ChartFXGauge:Needle Style="needle11" /> > >> </Indicators> > >> </ChartFXGauge:RadialScale> > > > > > > Link to comment Share on other sites More sharing options...
User (Legacy) Posted August 29, 2006 Author Report Share Posted August 29, 2006 Hi This is the one I use right now <ChartFXGauge:RadialGauge ID="radialGauge" runat="server" ToolTip="KPI for xxx" > <InnerGauges> <ChartFXGauge:InnerDigitalPanel LinkToMainValue="True"> <Layout Alignment="BottomCenter" /> <DigitalPanel runat="server" ID="DigitalPanel1" BackColor="White" Height="50px" Width="200px"> </DigitalPanel> </ChartFXGauge:InnerDigitalPanel> </InnerGauges> <Titles> <ChartFXGauge:Title Color="SteelBlue" Font="Microsoft Sans Serif, Smaller, style=Bold" Text="Title" > <Layout Alignment="BottomCenter" SerializableAnchorPoint="0, -0.4" Target="AnchorPoint" /> </ChartFXGauge:Title> </Titles> <Scales> <ChartFXGauge:RadialScale Min="-100" MinAlwaysDisplayed="True" Color="215, 225, 243"> <Indicators> <ChartFXGauge:Needle /> </Indicators> <Bar Color="215, 225, 243"> </Bar> </ChartFXGauge:RadialScale> </Scales> </ChartFXGauge:RadialGauge> "Software FX Support" <support@softwarefx.com> wrote in message news:cQ6G02OwGHA.1280@webserver3.softwarefx.com... > Dear Magnus: > > What is the markup of gauge in your aspx page? > > Regards, > > -- > PR > > "Magnus Salgo" <mgns@novonordisk.com> wrote in message > news:ropxhJ3vGHA.2572@webserver3.softwarefx.com... > > Thanks for your help > > > > If I don't have the ChartFXGauge:RadialScale part in my skin then it works > > great... > > <ChartFXGauge:RadialGauge runat="server" BackColor="Gray"> > > <Border Color=Yellow /> > > <Scales> > > </Scales> > > </ChartFXGauge:RadialGauge> > > > > If I add ChartFXGauge:RadialScale then I get an exception > > > > > > <ChartFXGauge:RadialGauge runat="server" BackColor="Gray"> > > <Border Color=Yellow /> > > <Scales> > > <ChartFXGauge:RadialScale> > > <Bar Color="Blue"></Bar> > > </ChartFXGauge:RadialScale> > > </Scales> > > </ChartFXGauge:RadialGauge> > > > > " at > > ChartFX.WebForms.Gauge.Primitives.ElementItemCollection.OnRemove(Int32 > > index, Object value) > > at System.Collections.CollectionBase.RemoveAt(Int32 index) > > at ChartFX.WebForms.Gauge.Primitives.ElementItemCollection.OnClear() > > at System.Collections.CollectionBase.Clear() > > at ASP.Default.__BuildControl__control12(Control ctrl) in c:\mgns\Visual > > Studio 2005\WebSites\NNSKPI\App_Themes\Default\Default.skin:line 18 > > at System.Web.UI.ControlSkin.ApplySkin(Control control) > > at System.Web.UI.PageTheme.ApplyControlSkin(Control control) > > at System.Web.UI.Page.ApplyControlSkin(Control ctrl) > > at System.Web.UI.Control.ApplySkin(Page page) > > at System.Web.UI.Control.InitRecursive(Control namingContainer) > > at System.Web.UI.Control.InitRecursive(Control namingContainer) > > at System.Web.UI.Control.InitRecursive(Control namingContainer) > > at System.Web.UI.Control.AddedControl(Control control, Int32 index) > > at System.Web.UI.ControlCollection.Add(Control child) > > at > > System.Web.UI.WebControls.WebParts.WebPartManager.WebPartManagerControlColle > > ction.AddWebPartHelper(WebPart webPart) > > at > > System.Web.UI.WebControls.WebParts.WebPartManager.WebPartManagerControlColle > > ction.AddWebPartsFromZone(WebPartZoneBase zone, WebPartCollection > > webParts)" > > > > > > The application I build is ASP.NET 2.0 using Master /Pages, Themes and > > webparts > > > > Regards > > Magnus > > cms@mypost.se > > "Software FX Support" <support@softwarefx.com> wrote in message > > news:5HfP7YVvGHA.1292@webserver3.softwarefx.com... > >> Dear Magnus: > >> > >> There is no samples related to ASP.NET Themes. However, I will log your > >> suggestion. > >> > >> Using skins with Gauges works similarly as the other ASP.NET controls. > > Here > >> is a skin I just created: > >> > >> <ChartFXGauge:RadialScale> > >> <Bar Color="Blue"></Bar> > >> <Indicators> > >> <ChartFXGauge:Needle Style="needle11" /> > >> </Indicators> > >> </ChartFXGauge:RadialScale> > > > > > > Link to comment Share on other sites More sharing options...
User (Legacy) Posted August 30, 2006 Author Report Share Posted August 30, 2006 Hi This the Gauge definition I have that is used in a Webpart to display some KPI:s <ChartFXGauge:RadialGauge ID="radialGauge" runat="server" ToolTip="KPI for xxx" > <InnerGauges> <ChartFXGauge:InnerDigitalPanel LinkToMainValue="True"> <Layout Alignment="BottomCenter" /> <DigitalPanel runat="server" ID="DigitalPanel1" BackColor="White" Height="50px" Width="200px"> </DigitalPanel> </ChartFXGauge:InnerDigitalPanel> </InnerGauges> <Titles> <ChartFXGauge:Title Color="SteelBlue" Font="Microsoft Sans Serif, Smaller, style=Bold" Text="Title" > <Layout Alignment="BottomCenter" SerializableAnchorPoint="0, -0.4" Target="AnchorPoint" /> </ChartFXGauge:Title> </Titles> <Scales> <ChartFXGauge:RadialScale Min="-100" MinAlwaysDisplayed="True" Color="215, 225, 243"> <Indicators> <ChartFXGauge:Needle /> </Indicators> <Bar Color="215, 225, 243"> </Bar> </ChartFXGauge:RadialScale> </Scales> </ChartFXGauge:RadialGauge> "Software FX Support" <support@softwarefx.com> wrote in message news:cQ6G02OwGHA.1280@webserver3.softwarefx.com... > Dear Magnus: > > What is the markup of gauge in your aspx page? > > Regards, > > -- > PR > > "Magnus Salgo" <mgns@novonordisk.com> wrote in message > news:ropxhJ3vGHA.2572@webserver3.softwarefx.com... > > Thanks for your help > > > > If I don't have the ChartFXGauge:RadialScale part in my skin then it works > > great... > > <ChartFXGauge:RadialGauge runat="server" BackColor="Gray"> > > <Border Color=Yellow /> > > <Scales> > > </Scales> > > </ChartFXGauge:RadialGauge> > > > > If I add ChartFXGauge:RadialScale then I get an exception > > > > > > <ChartFXGauge:RadialGauge runat="server" BackColor="Gray"> > > <Border Color=Yellow /> > > <Scales> > > <ChartFXGauge:RadialScale> > > <Bar Color="Blue"></Bar> > > </ChartFXGauge:RadialScale> > > </Scales> > > </ChartFXGauge:RadialGauge> > > > > " at > > ChartFX.WebForms.Gauge.Primitives.ElementItemCollection.OnRemove(Int32 > > index, Object value) > > at System.Collections.CollectionBase.RemoveAt(Int32 index) > > at ChartFX.WebForms.Gauge.Primitives.ElementItemCollection.OnClear() > > at System.Collections.CollectionBase.Clear() > > at ASP.Default.__BuildControl__control12(Control ctrl) in c:\mgns\Visual > > Studio 2005\WebSites\NNSKPI\App_Themes\Default\Default.skin:line 18 > > at System.Web.UI.ControlSkin.ApplySkin(Control control) > > at System.Web.UI.PageTheme.ApplyControlSkin(Control control) > > at System.Web.UI.Page.ApplyControlSkin(Control ctrl) > > at System.Web.UI.Control.ApplySkin(Page page) > > at System.Web.UI.Control.InitRecursive(Control namingContainer) > > at System.Web.UI.Control.InitRecursive(Control namingContainer) > > at System.Web.UI.Control.InitRecursive(Control namingContainer) > > at System.Web.UI.Control.AddedControl(Control control, Int32 index) > > at System.Web.UI.ControlCollection.Add(Control child) > > at > > System.Web.UI.WebControls.WebParts.WebPartManager.WebPartManagerControlColle > > ction.AddWebPartHelper(WebPart webPart) > > at > > System.Web.UI.WebControls.WebParts.WebPartManager.WebPartManagerControlColle > > ction.AddWebPartsFromZone(WebPartZoneBase zone, WebPartCollection > > webParts)" > > > > > > The application I build is ASP.NET 2.0 using Master /Pages, Themes and > > webparts > > > > Regards > > Magnus > > cms@mypost.se > > "Software FX Support" <support@softwarefx.com> wrote in message > > news:5HfP7YVvGHA.1292@webserver3.softwarefx.com... > >> Dear Magnus: > >> > >> There is no samples related to ASP.NET Themes. However, I will log your > >> suggestion. > >> > >> Using skins with Gauges works similarly as the other ASP.NET controls. > > Here > >> is a skin I just created: > >> > >> <ChartFXGauge:RadialScale> > >> <Bar Color="Blue"></Bar> > >> <Indicators> > >> <ChartFXGauge:Needle Style="needle11" /> > >> </Indicators> > >> </ChartFXGauge:RadialScale> > > > > > > Link to comment Share on other sites More sharing options...
User (Legacy) Posted August 30, 2006 Author Report Share Posted August 30, 2006 Hi This the Gauge definition I have that is used in a Webpart to display some KPI:s <ChartFXGauge:RadialGauge ID="radialGauge" runat="server" ToolTip="KPI for xxx" > <InnerGauges> <ChartFXGauge:InnerDigitalPanel LinkToMainValue="True"> <Layout Alignment="BottomCenter" /> <DigitalPanel runat="server" ID="DigitalPanel1" BackColor="White" Height="50px" Width="200px"> </DigitalPanel> </ChartFXGauge:InnerDigitalPanel> </InnerGauges> <Titles> <ChartFXGauge:Title Color="SteelBlue" Font="Microsoft Sans Serif, Smaller, style=Bold" Text="Title" > <Layout Alignment="BottomCenter" SerializableAnchorPoint="0, -0.4" Target="AnchorPoint" /> </ChartFXGauge:Title> </Titles> <Scales> <ChartFXGauge:RadialScale Min="-100" MinAlwaysDisplayed="True" Color="215, 225, 243"> <Indicators> <ChartFXGauge:Needle /> </Indicators> <Bar Color="215, 225, 243"> </Bar> </ChartFXGauge:RadialScale> </Scales> </ChartFXGauge:RadialGauge> "Software FX Support" <support@softwarefx.com> wrote in message news:cQ6G02OwGHA.1280@webserver3.softwarefx.com... > Dear Magnus: > > What is the markup of gauge in your aspx page? > > Regards, > > -- > PR > > "Magnus Salgo" <mgns@novonordisk.com> wrote in message > news:ropxhJ3vGHA.2572@webserver3.softwarefx.com... > > Thanks for your help > > > > If I don't have the ChartFXGauge:RadialScale part in my skin then it works > > great... > > <ChartFXGauge:RadialGauge runat="server" BackColor="Gray"> > > <Border Color=Yellow /> > > <Scales> > > </Scales> > > </ChartFXGauge:RadialGauge> > > > > If I add ChartFXGauge:RadialScale then I get an exception > > > > > > <ChartFXGauge:RadialGauge runat="server" BackColor="Gray"> > > <Border Color=Yellow /> > > <Scales> > > <ChartFXGauge:RadialScale> > > <Bar Color="Blue"></Bar> > > </ChartFXGauge:RadialScale> > > </Scales> > > </ChartFXGauge:RadialGauge> > > > > " at > > ChartFX.WebForms.Gauge.Primitives.ElementItemCollection.OnRemove(Int32 > > index, Object value) > > at System.Collections.CollectionBase.RemoveAt(Int32 index) > > at ChartFX.WebForms.Gauge.Primitives.ElementItemCollection.OnClear() > > at System.Collections.CollectionBase.Clear() > > at ASP.Default.__BuildControl__control12(Control ctrl) in c:\mgns\Visual > > Studio 2005\WebSites\NNSKPI\App_Themes\Default\Default.skin:line 18 > > at System.Web.UI.ControlSkin.ApplySkin(Control control) > > at System.Web.UI.PageTheme.ApplyControlSkin(Control control) > > at System.Web.UI.Page.ApplyControlSkin(Control ctrl) > > at System.Web.UI.Control.ApplySkin(Page page) > > at System.Web.UI.Control.InitRecursive(Control namingContainer) > > at System.Web.UI.Control.InitRecursive(Control namingContainer) > > at System.Web.UI.Control.InitRecursive(Control namingContainer) > > at System.Web.UI.Control.AddedControl(Control control, Int32 index) > > at System.Web.UI.ControlCollection.Add(Control child) > > at > > System.Web.UI.WebControls.WebParts.WebPartManager.WebPartManagerControlColle > > ction.AddWebPartHelper(WebPart webPart) > > at > > System.Web.UI.WebControls.WebParts.WebPartManager.WebPartManagerControlColle > > ction.AddWebPartsFromZone(WebPartZoneBase zone, WebPartCollection > > webParts)" > > > > > > The application I build is ASP.NET 2.0 using Master /Pages, Themes and > > webparts > > > > Regards > > Magnus > > cms@mypost.se > > "Software FX Support" <support@softwarefx.com> wrote in message > > news:5HfP7YVvGHA.1292@webserver3.softwarefx.com... > >> Dear Magnus: > >> > >> There is no samples related to ASP.NET Themes. However, I will log your > >> suggestion. > >> > >> Using skins with Gauges works similarly as the other ASP.NET controls. > > Here > >> is a skin I just created: > >> > >> <ChartFXGauge:RadialScale> > >> <Bar Color="Blue"></Bar> > >> <Indicators> > >> <ChartFXGauge:Needle Style="needle11" /> > >> </Indicators> > >> </ChartFXGauge:RadialScale> > > > > > > Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.