Jump to content
Software FX Community

Chart Title


beltrams

Recommended Posts

Our default style (glass) places the first chart title on a different container that is not aligned to the plotarea.

If you are using the basic or simple motif, then you can set the AlignToPlotArea dependency property on your title as follows

xmlns:cfxControls="clr-namespace:ChartFX.WPF.Controls;assembly=ChartFX.WPF" 

<cfx:Chart.Titles<cfx:Title cfxControls:SpacingDockPanel.AlignToPlotArea="false">A very long title that is not aligned to the plot area</cfx:Title></cfx:Chart.Titles>

This should also work if you are creating your own style.

JuanC

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...