Link to home
Create AccountLog in
Avatar of jdana
jdanaFlag for United States of America

asked on

ASP.NET Chart - Other options to Series.CustomProperties = "DrawingStyle=Cylinder"

This is a long shot question, but I'll ask it anyway.  I've found that the following Drawing Style on a series looks good:
GraphicalChart.Series("Series1").CustomProperties = "DrawingStyle=Cylinder"

Open in new window

Here's the full list of Drawing Styles that I've found (http://support2.dundas.com/OnlineDocumentation/winchart2005/CustomAttributes_DrawingStyle.html):

Cylinder - Data points are drawn as cylinders.
Emboss - Data points are drawn with an embossed effect.
LightToDark - Data points are drawn with a light-to-dark effect.
Wedge - Data points are drawn with a wedge effect.
Default  - Data points are drawn as cubes.

Other than Cylinder, Default looks pretty good.  The other Drawing Styles are simply ugly.  Is Microsoft working on some other styles?  Or, is my list incomplete?  Or, is there another way to achieve textured series styles?
ASKER CERTIFIED SOLUTION
Avatar of gingermoleman
gingermoleman

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
Avatar of jdana

ASKER

thanks!