Browse By Tags

  • MouseOver on ScatterSeries Marker item

    I want to have a mouse over effect when the mose passes a marker of a ScatterSeries preferrable by Code similar as the xamDataChart "Series Highlighting on Legend Hover" example in the WPF Samples Browser.

    Regards Horst

  • XamDataChart: Add 'Marker Stroke Thickness' on BubbleSeries

    Or use the Series's thickness for the marker outline, rather than hard coding the value in the template.

  • XamDataChart BubbleSeries bubble radius broken after upgrade from 16.1 to 17.2

    Hi,

    The marker size behavior is broken in 17.2 (as compared to 16.1). In the following sample, 16.1 correctly sets the radius of the circular marker. In 17.2, the bubbles show up in some arbitrary size (not the radius given in RadiusMemberPath), and ch…

  • Xamdatachart Marker disappears

    I have the problem, that in a XamDtachart one of my custom Markers disappears, when I switched between the tabs. It doesnt matter to witch Tab, its always the same DataPoint that looses his Marker. I do nothing with the data in one of the other Tabs.…

  • Marker position and alignment

    How to place my chart markers at the center of ColumnSeries Columns?

  • Change current Marker

    I'm using the XamDataChart to show some ScatterSeries data and would like to graphically indicate that the marker in a series is selected.  Essentially, if the user clicks on the marker (or otherwise selects it), I'd like to do something to either…

  • How can you change the marker size for ScatterLineSeries?

    ScatterLineSeries currently has properties for conveniently setting the MarkerType, MarkerOutline, and MarkerBrush.  There isn't a MarkerSize property, so how should you go about changing the marker size?  Since it's apparently not as simple as setting…