ASE Home Page Products Download Purchase Support About ASE
ChartDirector Support
Forum HomeForum Home   SearchSearch

Message ListMessage List     Post MessagePost Message

  PolarLineLayer setLabelFormat
Posted by Helmut on Mar-17-2018 21:13
Attachments:
Hello

I still have a problem
I want to move the y-axis.
Is there a value for the axles?
Everything works so well.


     'Call c.RadialAxis (). SetColors (200, 200)
    
     maxi = cd.ArrayMath (data0) .Max
    
     'SetPlotArea-Dm
     maxiPos = 250
    
     'Connect points
     For i = 0 To 5
        Set layer = c.addLineLayer (data1, & H32CD32)
        Call c.RadialAxis (). AddMark (0, 0, Int (maxi - (maxi / 6 * i)),, 7) .setPos (30, -maxiPos + (i * 44))
      Next
    
     'or ???
    
     Call c.RadialAxis (). SetLabelFormat ("{value}")

Thanks Helmut
PolarLineLayer.jpg

  Re: PolarLineLayer setLabelFormat
Posted by Peter Kwan on Mar-18-2018 17:28
Hi Helmut,

Sorry, I do understand what you need. Is it possible to create an example (eg. using Windows Paint or using an image from the web) to help me understand what you need?

Regards
Peter Kwan