Jump to content
Software FX Community

Axis Problem [bug?]


svertu

Recommended Posts

Hello,

 I need help.

when I am trying to set a graph with a "reverse" X-axis in log (by "reverse", I mean the maximal value at left side and minimal value to the right), the grid simply disappears ... :)

Someone does have the solution or the idea what I may have done wrong ? 

 

Here a part of the code that I used with ChartFX 5.1:

m_pChartFX->Axis->Item[AXIS_X]->LogBase = 10;

m_pChartFX->Axis->Item[AXIS_X]->GridStyle = CHART_SOLID;

m_pChartFX->Axis->Item[AXIS_X]->Grid = true;

m_pChartFX->Axis->Item[AXIS_X]->Visible = true; 

m_pChartFX->Axis->Item[AXIS_X]->AutoScale = false;

m_pChartFX->Axis->Item[AXIS_X]->Min = MAX_VALUE;

m_pChartFX->Axis->Item[AXIS_X]->Max = MIN_VALUE;

Best,

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...