cancel
Showing results for 
Search instead for 
Did you mean: 

Set start point and end point of of x-axis in HISTOGRAM

Former Member
0 Kudos

I have a histogram.

I have to change the range of x-axis dynamicaaly.

How I can change the start point and end point of the x-axis.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member192939
Active Participant
0 Kudos

Suresh,

You can change the "histogram cell count" in the display template under the "parameters" tab.

Good luck,

Ajay.

Former Member
0 Kudos

That will change the no. of intervals(bars).

I want to specify start point of x-axis (say50)and point(say100)

Former Member
0 Kudos

Hi Suresh,

If you return your resultset with an entry for 50 with a null value and an entry for 100 with a null value, it might give you what you are looking for.

Cheers,

Jai.

Former Member
0 Kudos

Suppose, I am giving a result set which have 50 as start point and 100 as end point. Histogram automatically start it to some value near to 50 (say 47) and ends at value (say 104 or98)

Former Member
0 Kudos

Hi Suresh,

The actual start and end of your Histogram will depend upon the width and spacing between the bars.

Try to imagine what the Applet is trying to do with your data. You may need to play around with the resultset start, resultset end, width and spacing to get your desired display.

Once you have achieved it, it should be constant for all future applications.

I recommend that once you have achieved your desired display, you post the Resultset Start, Resultset End, Bar Width and Bar Spacing in this forum thread so that other developers would benefit from it.

Cheers,

Jai.