Jump to content
Software FX Community

problems with series pointlabels (legends)


User (Legacy)

Recommended Posts

Hello,

CFXIE

I am having problems with series legends, as I am not able to get them shown

correctly within the chart (as point labels).

I am using Scatter Chart.

Code:

oChart.OpenDataEx COD_COLORS,int_variable_max,0

for i = 0 to loop_variable_max

oChart.Series(i).Color = getChartSeriesColor(i)

oChart.Series(i).PointLabels = TRUE

oChart.Series(i).PointLabelAlign = 16

// USING EITHER /(if this is used, no point labels are shown)/

oChart.Series(i).Legend = String variable differing on variable i

// OR/ (if this is used, all points have the same( zero index ) point

label)/

oChart.Legend(i) = String variable differing on variable i

next

my cfxie version is 5.5.14.5

--

--

Hannu Hjelm, Digium Oy,

helpdesk: +358 20 7431 560

Link to comment
Share on other sites

  • 3 weeks later...

Please attach a screenshot of what you are getting and an explanation on 

what would you like to get using sample data.

--

Francisco Padron

www.chartfx.com

"hannu hjelm" <hannu@digium.fi> wrote in message

news:DmapMnO8FHA.468@webserver3.softwarefx.com...

>

> Hello,

>

> CFXIE

>

> I am having problems with series legends, as I am not able to get them

> shown correctly within the chart (as point labels).

> I am using Scatter Chart.

>

> Code:

>

> oChart.OpenDataEx COD_COLORS,int_variable_max,0

>

> for i = 0 to loop_variable_max

>

> oChart.Series(i).Color = getChartSeriesColor(i)

> oChart.Series(i).PointLabels = TRUE

> oChart.Series(i).PointLabelAlign = 16

> // USING EITHER /(if this is used, no point labels are shown)/

> oChart.Series(i).Legend = String variable differing on variable i

> // OR/ (if this is used, all points have the same( zero index )

> point label)/

> oChart.Legend(i) = String variable differing on variable i

>

> next

>

> my cfxie version is 5.5.14.5

> --

> --

> Hannu Hjelm, Digium Oy,

> helpdesk: +358 20 7431 560

>

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...