Jump to content
Software FX Community

with multipanes customformat ignored


nsmith555

Recommended Posts

Hello,

I am using two panes.  When I try to set the axisx labelsformat customformat to anything the format seems to be ignored.  I am successful in doing the same thing with a single pane chart.  I have set the labels to date type and can see the date shows up in mm/dd/yyyy format and have verified isdate is true.

I made sure to check that I am on the latest release yesterday.

Also, could you please include some documentation of the Overlap property used in your Dreamhouse project in the help system.  It seems to be undocumented.  It is very useful for doing a multisegmented Gantt chart however I have found a situation where a 2D chart doesn't display a segment that a 3D one does.

Thanks,

Nick 

 

 

 

 

 

 

 

Link to comment
Share on other sites

Notice that each pane has its own Y-Axis. To access the Y-Axis of a specific pane do: 

chart.Panes.AxisY

This is the y-Axis you must use to change the label format.

If you still experience a problem please post the code that you are using to set the axis format.

.

Link to comment
Share on other sites

It is the X axis where I am having a problem.  The Y axises are just fine one is volume the other percentages.  I tested the same code with one pane and it worked fine.  Trying to set the customformat to 'dddd' to get the day names instead of the standard format however it seems any customformat is ignored at least for dates I have not tried for other types of data.

Nick 

 

Link to comment
Share on other sites

 

Okay after looking through a bunch of messages here I was able to determine I should probably be using a fieldusage of xvalues instead of keylabels and of course that fixed it.  Very odd though that it was working without doing this when only one pane used. 

Thanks,

Nick 

 

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...