Jump to content
Software FX Community

aliwaheed

Members
  • Posts

    4
  • Joined

  • Last visited

Posts posted by aliwaheed

  1. I have also emailed this to support@softwarefx.com. That email contained pictures There is no way to attach pictures to messages so will link to attachments on my support call.

    in chartfx 6.0 using continuous = true;

    http://mysupport.softwarefx.com/help/supporttool/DownloadFile.aspx?FID=6804588e-aacd-4ddf-becf-61f804e9832f

    in chartfx 7 notice above the legend items are longer and 'continuous'. below they are not.

    http://mysupport.softwarefx.com/help/supporttool/DownloadFile.aspx?FID=5418a931-6d34-42c6-b907-3a41421aff4e

  2. I am trying to reproduce some functionality I had in chartfx 6 in ChartFX 7.
     
    In ChartFX 6
    The legend boxes on the right are joined together using

    _chart.UserLegendBoxObj.Continuous = true;

     

     

    With ChartFX 7 I get the following:

    custLegeItem = new CustomLegendItem();

     

    custLegeItem.MarkerShape = MarkerShape.Rect;

    custLegeItem.Border.Visible =

    false;

    _chart.LegendBox.CustomItems.Add (custLegeItem);

     
     
    I can't work out a way of getting the legend boxes to join ( and resize also).
×
×
  • Create New...