Browse By Tags

  • Add custom text to legend

    Hello,

    is it possible to add a custom text in the legend after all series are displayed?

    xamDataChart

  • Exception thrown when selecting filter for ComboBoxField column of XamDataGrid

    Hi, I have a grid which allows column filtering. All Fields filter fine except ComboBoxField. When the user selects the filter value from the dropdown an exception is triggered.

    I have attached the user control in question. i can't easily send the whole…

  • Date Time in NumericAxis

    Hi Folks,

    I'm using XamDataCHart and ScatterSeries with NumericAxis. Is there a possibility to assign date time values to a NumericAxis? Like we can in excel? 

    I know it is possible in CategoryAxis with Label format, however I Have data that doesn…

  • UWP DataChart Controls

    As a developer, I'd like to use InfragisticsUWP.Controls.Charts.XamDataChart and InfragisticsUWP.DataVisualization for my UWP Project.
    What about the licensing details?

  • Vertical Scrollbar in OlapXAxis

    Hi,

    I'm trying to use XamDataChart with OlapXAxis like the Infragistics XamPivotGrid sample.

    How can I insert a vertical scrollbar inside an OlapXAxis?

    Because the bottom button(s) will go out of the window once we have a few items in the XamPivotGrid…

  • Dynamically set TickMarkValues for NumericXAxis or NumericYAxis

    Hi

    Our team is currently working on the DataChart and one requirement is about the labels in the axis.

    We need to set the tick origin(where the first tick mark is at) and interval according to the user input, but i found no property to set the tick origin…

  • ArgumentOutofRange exception in CategoryAxisBaseView

    Hi,

    I have a line chart that is updated frequently and after a while, for some users, I get an ArgumentOutOfRange exception. This is my stacktrace:

    ---> System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the…

  • Marker on Stacked Bar Series

    Hi, I need to obtain a Skacked Bar Series with labels insiede each piece of bar. Something like this but for bars and not columns.

    I tried to convert a sample from column to bars with any results. Do you have any idea to do that?

  • StartAngleOffset of CategoryAngleAxis

    I'm  a developer of AspenTech. I have some questions.

    I want put the first line at 30°. And all lines will be rotated by 30°.

    It’s like this:

    code: 

    CategoryAngleAxis caa = RadialChart.Axes[0] as CategoryAngleAxis;

    caa.LabelSettings.TextWrapping…

  • Generic Tooltip template for StackedFragmentSeries created in code behind

    Hello,

    My StackedColumnSeries is created in code behind, because the number of stacks are dynamically.

    To show the value I just need to assign the proper ValueMemberPath:

    StackedFragmentSeries serie = new StackedFragmentSeries();
                serie.Title = "Object…

  • Select parts of an xamDataChart to apply some style like excel do using a ribbon

    I'm trying to get the xamDataChart more interactive for the user allowing to select some part of the chart and applying font properties to it.

    - Chart Title

    - axis labels

    - axis titles

    - Legend labels

    - Annotations

    - point labels

    - etc.

    is It posible…

  • I want to display "Date" at the bottom of xamDataChart control.

    xamDataChart (20.1) control is being used.
    "Date" Axis does not appear below the chart.
    Please help me.0714.SeriesAddingWithCommand.zip

  • XamDataChart with multiple X-Axis

    Is it possible to have a XamDataChart with multiple X-Axis at the top and multiple X-Axis on the bottom. That would go with just one Y-Axis. I'd like to plot series on all of these and adjust ranges on all of the axes. 

    Thanks!

    Michael 

  • AreaSeries on Numeric Axis

    Whether the series is vertical or a horizontal I'd like the series to shade an area to the left, right up, down as needed. This is to separate regions that the series is creating. To be used with numeric axis. 

  • xamDataChart with Area Series

    Hi Folks,

    I have a xamDataChart with multiple series that are created dynamically. There are always two series generated (spiky ones on the snip) that I want to shade the area to the left of these. How would I go about that in the code behind. 

    Thanks…

  • XamDataChart Legend Wrapping/New Line

    Hello,

    I have a problem with the XamDataChart Legend.

    Is there a way to create a new line for the Legend items in a XamDataChart Legend, depending on the size of the window? If I make the window smaller, and not all of the items fit in horizontally, can…

  • Set column width in ColumnSeries

    Hi,

    I know this question has been asked many times before, but have you added the possibility to set the column width in the column series with a category x-axis? Setting Gap is not enough for med, I acutally like the columns close to each other but don…

  • Label Location in Radial Chart

    I try to show a radial line series. But I find the label is cut.

    I saw a similar post talk about this. But I don't find the explain of LabelSettings of axis. 

    Could you explain following properties:

    NumericRadiusAxis.RadiusExtentScale

    AxisLabelSettings…

  • Style crosshair axis annotations

    Hi,

    I have a crosshair layer with x- and y-axis annotations displayed. Is it possible to style these? More specific, I would like to display the x-axis annotation above my xamdatachart and the y-axis annotation on the side opposite to the y-axis itself…

  • spline series looks strange

    Hi,

    I have a xamdatachart with a spline series and a category x axis. My values on the y-axis are always decreasing when going to the right on the x-axis. When my values y-values stay the same for several x-values, I get strange artifacts on my curve…

  • ScatterSplineSeries with tooltip between markers

    Hello,

    I  have a ScatterSplineSeries with a numericXaxis. My problem is that the tool tip is only visible on the markers. I need it to be displayed (with the current values for x and y) everywhere on the line. It whould be great if the interpolated value…

  • xamdataChart intervals

    I am trying to add some intervals to my charts, linechart and scatter chart. 

    I am pretty happy, with the automatic intervals when I didn't specify the number 

    But I want to add some lines between the intervals without any label. Something like this…

  • Get clicked item in xamdatachart spline series

    Hi,

    I have a xamdatachart with a spline series. When the user clicks on the line in the chart, I need to get the item that was clicked and use it in my view model. 

    I have bound a command to the MouseLeftButtonDown event and as long as the user clicks…

  • Is there a way to get the VISIBLE range for the numeric axis?

    Hi Folks,

    I'm plotting a scatter series on a XamDataChart. I can zoom in on both axis. When zooming in I need to now what is the minimum Y axis value and maximum axis value - Visible to the user at the time... is there a Property that I could use?…