Jump to content
Software FX Community

Dumb question: Gaps between bars in bar chart?


hbz

Recommended Posts

If you are creating a chart with only 1 series (i.e. if you are reading only one numerical column from SQL) you can control the spacing by modifying the AllSeries.Volume property. A value of 100 would leave no space between the bars, a value of 50 would result on space between the bars equal to the width of the bars.

If you have a multiple series chart (i.e. multiple numerical columns) unfortunately we do not support controlling the separation between the different series for the same point. The AllSeries.Volume property will still control the percentage used for the bars.

The easiest way to see the effect of this property is to play with both a single-series chart and a multi-series chart on Creator and modify this property. If you are using PowerShell you can control this property doing something like

10,12,8 | out-chart -allseries_volume 100

JuanC

 

Link to comment
Share on other sites

  • 1 month later...

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