Jump to content
Software FX Community

Skin ID How To


User (Legacy)

Recommended Posts

hi

in the behavior section of the charts there is a skinID i tried to apply

it like i do with othere web controls but it did not work , what i need

toknow what can i apply and what i cant apply an example will do good for me

thanks

"SoftwareFX Support" <noreply@softwarefx.com> wrote in message

news:I5xvuexuGHA.1228@webserver3.softwarefx.com...

> Are you taking about the border ? Open the Smart Tag wizard and select

> "Auto Format" to change it.

>

> --

> Francisco Padron

> www.chartfx.com

>

Link to comment
Share on other sites

hi Francisco

the SkinID is in the Properties of the Chart in the Behavior Group ,

"SoftwareFX Support" <noreply@softwarefx.com> wrote in message

news:7TWupB8uGHA.2136@webserver3.softwarefx.com...

> Sorry, I do not know what you are referring to. Can you please elaborate.

>

> Which product/version are you referring to ?

>

> This "SkinID" property where exactly did you see it ?

>

> --

> Francisco Padron

> www.chartfx.com

>

Link to comment
Share on other sites

We must be talking about different things. Please attach a screenshot of 

your IDE showing the chart objects and the property grid.

Also, please include the following information I requested in my previous

reply: Which product/version are you referring to ?

--

Francisco Padron

www.chartfx.com

"Etariq" <etariq@msn.com> wrote in message

news:1VQ1A0dvGHA.1280@webserver3.softwarefx.com...

> hi Francisco

> the SkinID is in the Properties of the Chart in the Behavior Group ,

>

>

> "SoftwareFX Support" <noreply@softwarefx.com> wrote in message

> news:7TWupB8uGHA.2136@webserver3.softwarefx.com...

>> Sorry, I do not know what you are referring to. Can you please elaborate.

>>

>> Which product/version are you referring to ?

>>

>> This "SkinID" property where exactly did you see it ?

>>

>> --

>> Francisco Padron

>> www.chartfx.com

>>

>

>

Link to comment
Share on other sites

hi please find the attached File and some information

Product ChartFx Develpment 2005

version 7.0.2330.23875

Visual Studio Info:

Microsoft Visual Studio 2005

Version 8.0.50727.42 (RTM.050727-4200)

Microsoft .NET Framework

Version 2.0.50727

Installed Edition: Professional

Microsoft Visual C# 2005 77626-009-0000007-41606

Microsoft Visual Web Developer 2005 77626-009-0000007-41606

Version 8.0.60504.00

"Software FX Support" <noreply@softwarefx.com> wrote in message

news:2ROGtkivGHA.1280@webserver3.softwarefx.com...

> We must be talking about different things. Please attach a screenshot of

> your IDE showing the chart objects and the property grid.

>

> Also, please include the following information I requested in my previous

> reply: Which product/version are you referring to ?

>

> --

> Francisco Padron

> www.chartfx.com

>

>

> "Etariq" <etariq@msn.com> wrote in message

> news:1VQ1A0dvGHA.1280@webserver3.softwarefx.com...

>> hi Francisco

>> the SkinID is in the Properties of the Chart in the Behavior Group ,

>>

>>

>> "SoftwareFX Support" <noreply@softwarefx.com> wrote in message

>> news:7TWupB8uGHA.2136@webserver3.softwarefx.com...

>>> Sorry, I do not know what you are referring to. Can you please

>>> elaborate.

>>>

>>> Which product/version are you referring to ?

>>>

>>> This "SkinID" property where exactly did you see it ?

>>>

>>> --

>>> Francisco Padron

>>> www.chartfx.com

>>>

>>

>>

>

>

Link to comment
Share on other sites

This is a property inherited from System.Web.UI.Control, documentation for 

it is provided in the .NET Framework Documentation. You can find a whole

section on ASP.NET Themes and Skins.

The support for SkinID in Chart FX is the same as in any other Web Control,

you can define a Skin for a Chart (Chart.Skin) as follows:

<%@ Register Assembly="ChartFX.WebForms" Namespace="ChartFX.WebForms"

TagPrefix="chartfx" %>

<chartfx:Chart runat="server" Palette="ChartFX6.ModernBusiness"/>

--

Francisco Padron

www.chartfx.com

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...