Jump to content
Software FX Community

Re: removing series no from displaying


User (Legacy)

Recommended Posts

Hi,

chart.Axis.Style = chart.Axis.Style or CfxAxisStyle.AS_HIDETEXT

In Com version there does not exist chart.Axis.style . only thing available

to chart.Axis. Count.

Also In .net verion of chartfx if I use the below statement

chart.Axis.Style = CfxAxisStyle.AS_HIDETEXT

I get the error:" Cannot implicitly convert type 'ChartfxLib.CfxAxisStyle'

to 'SoftwareFX.ChartFX.AxisStyle'".

Our client has already purchased the Com version , so we have no choice but

use Com version iteself. i know using .net version of chartfx will be much

easier, but due to this reason we have to stick with the com version.

Thanks.

Kunal

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...