Jump to content
Software FX Community

Doc Error ? (Part I)


User (Legacy)

Recommended Posts

In ChartFX for .NET (WebForms), it's written :

//Set Min and Max

SoftwareFX.ChartFX.Internet.Server.Axisaxis = chart1.AxisY;

axis.Min = 0;

axis.Max = 1;

//Set the Axis format to percentages

axis.Format = SoftwareFX.ChartFX.AxisFormat.Percentage;

Why ?

--

Richard Clark

http://www.c2i.fr - Le portail .NET

[Microsoft MVP .NET]

______________________________________________

'Au coeur de VB .NET' (MS Press, 430 pages, 34 euros)

http://www.amazon.fr/exec/obidos/ASIN/2100065645/c2ifrleportad-21

______________________________________________

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...