Browse By Tags

  • XamDataChart Marker cropped by Axis

    Hey,

    I tried to display Markers with the Data Values in a XamDataChart. My problem is, that in a LineSeries, the Markers are cropped at the end and beginning, because the plot area ends. I found nothing to expand the plot area or something else, that…

  • XamDataChart Axis Visibility

    Hello. I'm using Ultimate edition complect of your UI elements. I'm trying create a chart that have 2 possible state. First state have one Y axis and one ScatterLineSerie. Second state have two axis and two ScatterLineSerie (this state shown on the picture…

  • LabelPanelStyle DataBinding data context

    I'm looking for a way to display a range indicator in the label panel of the xamDataGrid.

    I've tried tapping in to the LabelPanelStyle of the axis, which gives me access to the panel I need; however, when I attempt to databind properties in the LabelPanelStyle…

  • Set interval for MinorStroke?

    Hello,

    I'm wondering if it's possible to set the interval for the minor stroke of a CategoryDateTimeXAxis?  Right now I am setting the interval property for the axis, which sets the interval of the major stroke properly, but the minor stroke is…

  • XamDataChart Rotation 90 degrees

    Hello,

    Love this control. Our users want our chart to appear as if it's charting from top to bottom instead of left to right. Ideally the simplest thing to do would be to rotate the chart 90 degrees...so that the Y axis would be on top (instead of on…

  • Dynamic Axis/Legend Binding

    In our application a varying number of charts can be created based upon user configuration.  The axis information is also user configurable, and this is where the problem comes in.

    In creating the axes for the chart, can the name be bound to a property…

  • How can I capture the user's interaction with y-axis labels (mouse enter, mouse click, etc.)?

    I want to allow the user to interact with the y-axis labels. For example, they might be able to right-click an axis label to get a context menu for a particular axis. Ultimately, I want to try to implement functionality that allows the user to click and…