Search found 9 matches

by ludur
Tue Mar 24, 2020 8:54 am
Forum: LightningChart Ultimate WPF
Topic: ContextMenu for a SeriesPoint
Replies: 1
Views: 5800

ContextMenu for a SeriesPoint

Hello, is there some easy way to show ContextMenu for a SeriesPoint, when clicking with right mouse button on it? I am able to show ContextMenu for a whole chart (which also appears when right-clicking on the point), but for a Point, I would like different items to appear in the Context Menu. Thanks.
by ludur
Fri Mar 06, 2020 8:52 am
Forum: LightningChart Ultimate WPF
Topic: Constant Line on X-axis
Replies: 3
Views: 6082

Re: Constant Line on X-axis

and is there any chance to make the line of the Band to be "Dash" or "Dot" ?
by ludur
Thu Mar 05, 2020 12:01 pm
Forum: LightningChart Ultimate WPF
Topic: Constant Line on X-axis
Replies: 3
Views: 6082

Constant Line on X-axis

Hello,

I need Constant Line for both X and Y axis, and for Y-axis I am able to use "Arction.Wpf.SemibindableCharting.SeriesXY.CONSTANTLINE", and add it to "ConstantLineCollection" .... but, I do not know, what to use for X-axis, how to add a constant line on a X-axis :(
by ludur
Thu Nov 07, 2019 6:31 pm
Forum: LightningChart Ultimate WPF
Topic: CHart with FreeformPointLineSeries gets "frozen" under certain circumstances
Replies: 1
Views: 5657

CHart with FreeformPointLineSeries gets "frozen" under certain circumstances

Hello, I am using FreeFormPointLineSeries, and I have couple of Lines inside it... Next to Chart, there is also a WPF DataGrid, with Items ... the Items within the DataGrid correspond to the Lines (# of lines = # of items) ... and when I select a Row in the DataGrid, I set the color of the Line, wit...
by ludur
Wed Oct 09, 2019 6:37 am
Forum: LightningChart Ultimate WPF
Topic: Tooltip when hovering over Point
Replies: 3
Views: 6020

Re: Tooltip when hovering over Point

Hello,

cool, it works :) Now I have just one small problem ---> it is possible to Move the Marker with Mouse, is there some way to disable this?
by ludur
Tue Sep 24, 2019 7:14 am
Forum: LightningChart Ultimate WPF
Topic: Tooltip when hovering over Point
Replies: 3
Views: 6020

Tooltip when hovering over Point

Hello,

I have a FreeformPointLineSeries, with Points, and settins LineVisible="false", PointsVisible="true" ... and I would like to display some tooltip with custom information, when hovering over a Point inside a Chart ... is that possible? :)
by ludur
Mon Sep 02, 2019 12:03 pm
Forum: LightningChart Ultimate How-To's
Topic: Selecting point in FreeformPointLineSeries
Replies: 3
Views: 16122

Re: Selecting point in FreeformPointLineSeries

Hello, thanks for the answer... and what about the "clickable" line? ... so, I have LineVisible="true" PointsVisible="false" ... and I would like that I can click on the Line, and react on it.
by ludur
Wed Jul 31, 2019 7:19 am
Forum: LightningChart Ultimate WPF
Topic: Bands - Mouse Interaction "Step"
Replies: 1
Views: 3835

Bands - Mouse Interaction "Step"

Hello,

I am using a Bands, and I want to allow Mouse Interaction (Mouse Resize, Mouse Move), but I would like to have some kind of "StepSize", so that the valid values are only 1.0, 1.5, 2.0, 2.5, 3.0 .... Is that somehow possible?
by ludur
Tue Apr 09, 2019 8:39 am
Forum: LightningChart Ultimate How-To's
Topic: Selecting point in FreeformPointLineSeries
Replies: 3
Views: 16122

Selecting point in FreeformPointLineSeries

Hello, I have FreeformPointLineSeries in semibindable-WPF with settings LineVisible="False" PointsVisible="True", an I would like to Select a Point in the chart, so that I can react on the selected point changed, and perform some action when user selects a point. Could you please...