in

Software FX Community

Discuss and find help for all Software FX products.
All Tags » Xaxis (RSS)

Browse by Tags

  • Rescaling a date x-axis automatically when series are deselected

    Hello, I have a chart where I plot any number of time series against a common x axis (date) and common y axis. (values). The time series may have different start points / end points, and I have a separate list box to select which series should be displayed. Implementation-wise, I am populating a data...
    Posted to Windows Forms (Forum) by KnutH on 02-18-2010
  • Min and Max Axis Values

    Within the last two weeks, I have emailed support@softwarefx.com twice about this question and have had no reply. So I am posting my question on the forum instead. I have a question regarding the initialization of the AxisX.min, AxisX.max, AxisY.min, and AxisY.max properties. On the chart’s designer...
    Posted to Windows Forms (Forum) by wlo413 on 05-28-2009
  • Re: X Axis

    that works but there is still a problem. I have multiple series and I am using allowdrag. when i do it your way if I drag values from any series other that the first series everything disappears except the point that I dragged.
    Posted to Windows Forms (Forum) by prcunningham on 05-18-2009
  • X Axis

    If I am using a datatable as my source, how do I identify the x axis.
    Posted to Windows Forms (Forum) by prcunningham on 05-18-2009
  • Re: Labels on axes with logScale=10 and inverted=true

    I have confirmed this to be a bug, I have submitted it to our development team for analysis and feedback. I will automatically be notified when development updates the bug report; I will then relay this information back to you by replying to this incident. Note bug resolutions usually take anywhere from...
    Posted to Windows Forms (Forum) by TatianaG on 05-15-2009
  • Re: Multiple AxisX and scroll

    I am afraid it isn't any property that can simultaneously scroll both scrollbars. If you need to handle this, you can use the following event code: protected void chart1_UserScroll( object sender, AxisEventArgs e) { if (e.Axis.ToString() == "Main X Axis" ) { chart1.AxesX[1].ScrollPosition...
    Posted to Windows Forms (Forum) by TatianaG on 05-12-2009
  • Multiple AxisX and scroll

    I have two X axis : 1st shows hours and 2nd shows the days. When I zoom the graph, the two scroll bars are correctly set. When I scroll one scrollBar, the other doesn't reflect the new scrollposition. Is ChartFX able to do that with some axis configuration, or must I use the UserScroll event ?
    Posted to Windows Forms (Forum) by cbonneton on 03-03-2009
  • Two Y-axis with Same X-axis

    I have two Y-axis with both having same data for x-axis, I am using the following code But I am not getting proper output of graph and X-axis value are also not been getting displayed as required. Chart1.Data.Clear(); Chart1.Reset(); ConfigureChartFXNifty(); sNiftyMax = Convert .ToDouble(dtNifty.Compute...
    Posted to Windows Forms (Forum) by Hardik on 12-22-2008
  • How to remove the gap between the y axis and the first plotted point.

    When plotting a line chart the distance between the Y1 axis and the first plotted point, Y2 axis and the last plotted point is large. Is there anyway to reduce this, see the picture attached for an example.
    Posted to Windows Forms (Forum) by Thomas Lee on 10-28-2008
  • Re: SetScrollView Behaviour

    Below is my source code: private void SetScrollView(int iPosition) { double dSize = 200.0; double dHalf = 100.0; double dMin = iPosition - dHalf; double dMax; if (dMin < 0.0) { dMin = 1.0; dMax = dMin + dSize; } else { dMax = iPosition + dHalf; if (dMax > m_iImageCount) { dMin = m_iImageCount ...
    Posted to Windows Forms (Forum) by richardcaunt on 10-07-2008
Page 1 of 2 (13 items) 1 2 Next >
Copyright 2008 Software FX, Inc.