Skip to content

Commit

Permalink
- Summary: Still set PrimaryAxis property and update 'isSet' flag for
Browse files Browse the repository at this point in the history
first orthogonal axis.(#47116)


- Bugzilla Bug(s) Resolved: 

- Description:
Still set PrimaryAxis property and update 'isSet' flag for
first orthogonal axis.(#47116)

- Files Edited:


- Files Added:


- Files Deleted:
  • Loading branch information
heli committed Feb 6, 2012
1 parent 60364ea commit f7a047d
Showing 1 changed file with 3 additions and 2 deletions.
Expand Up @@ -1112,8 +1112,9 @@ protected final void initDefault( )
.getFont( ), "rotation", 90 ); //$NON-NLS-1$
ChartElementUtil.setDefaultValue( yAxisOrthogonal.getTitle( ),
"visible", false ); //$NON-NLS-1$
ChartElementUtil.setDefaultValue( yAxisOrthogonal,
"primaryAxis", true ); //$NON-NLS-1$
// The PrimaryAxis property isn't visual property, it should still
// be initialized and update 'isSet' flag for first orthogonal axis.
yAxisOrthogonal.setPrimaryAxis( true );
ChartElementUtil.setDefaultValue( yAxisOrthogonal,
"labelPosition", Position.LEFT_LITERAL ); //$NON-NLS-1$
ChartElementUtil.setDefaultValue( yAxisOrthogonal,
Expand Down

0 comments on commit f7a047d

Please sign in to comment.