Jump to content
Software FX Community

removing series no from displaying


User (Legacy)

Recommended Posts

Hi,

Below is the graph I am getting.

1) I want to get rid of the series no from displaying (want to remove "1"

from the bottom of the graph).

2) Is there any way to have values distributed only in whole no:'s instead

of decimal values.Fo ex: in one of my chart where the maximum value is 2 ,

it shows me distribution in decimal values. I want whole no's as i will be

using only whole no''s i my graphs data.

Thanks,

kunal

Link to comment
Share on other sites

> 1) I want to get rid of the series no from displaying  (want to remove 

> "1"

> from the bottom of the graph).

chart.Axis(AXIS_X).Style = chart.Axis(AXIS_X).Style or AS_HIDETEXT

> 2) Is there any way to have values distributed only in whole no:'s instead

> of decimal values.Fo ex: in one of my chart where the maximum value is 2 ,

> it shows me distribution in decimal values. I want whole no's as i will be

> using only whole no''s i my graphs data.

chart.Axis(AXIS_Y).Decimals = 0

--

FP

Software FX

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...