Jump to content
Software FX Community

Re: Settings Questions


Software FX

Recommended Posts

You can use: 

For showing Zero:

Show:

Axis.Style = Axis.Style or AS_BREAKZERO

Hide:

Axis.Style = Axis.Style and not AS_BREAKZERO

For showing/hiding the labels:

Show:

Axis.Style = Axis.Style and not AS_HIDETEXT

Hide:

Axis.Style = Axis.Style or AS_HIDETEXT

For having 2 levels:

2Levels ON:

Axis.Style = Axis.Style or AS_2LEVELS

2 Levels OFF (one level)

Axis.Style = Axis.Style and not AS_2LEVELS

--

Frank

SFX

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...