Search found 72 matches

by Felix
Tue Aug 12, 2014 12:26 pm
Forum: LightningChart Ultimate WinForms
Topic: ViewXY: Legend Box Icons
Replies: 9
Views: 31766

Re: ViewXY: Legend Box Icons

Hi Pasi,

the lines should be hidden only in the legend, not on the chart.
by Felix
Tue Aug 12, 2014 11:30 am
Forum: LightningChart Ultimate WinForms
Topic: ViewXY: Legend Box Icons
Replies: 9
Views: 31766

Re: ViewXY: Legend Box Icons

Hi Pasi,

is there a possibility to hide the lines in the icons?
Icons.PNG
Icons.PNG (997 Bytes) Viewed 31704 times
by Felix
Tue Aug 12, 2014 11:20 am
Forum: LightningChart Ultimate WinForms
Topic: SurfaceGridSeries3D display error
Replies: 5
Views: 11757

Re: SurfaceGridSeries3D display error

Hi Pasi,

I think I found the problem. :!: :D
The display errors only occur at the 0 values ​​when Clip Contents are true.
The ValueRangePalette is 0 - 750 and the transparent values ​​are -1.

If I set the Y-axis to -0.1 instead of 0, the display error no longer occurs.
by Felix
Thu Aug 07, 2014 11:22 am
Forum: LightningChart Ultimate WinForms
Topic: SurfaceGridSeries3D display error
Replies: 5
Views: 11757

Re: SurfaceGridSeries3D display error

Hello Pasi, this solves not the problem. Since nothing is cut off when I change the scaling. To reduce View3D.Camera.MinimumViewDistance also does nothing. _chart.BeginUpdate(); _chart.ThrowChartExceptions = false; _chart.ColorTheme = ColorTheme.LightGray; _chart.Title.Visible = false; _chart.Locati...
by Felix
Tue Aug 05, 2014 9:18 am
Forum: LightningChart Ultimate WinForms
Topic: ViewXY: Legend Box Icons
Replies: 9
Views: 31766

ViewXY: Legend Box Icons

Hello Pasi, how can I show in the Legend box listing the icons? I tried it with the following settings. _chart.ViewXY.LegendBox.Position = LegendBoxPosition.TopLeft; _chart.ViewXY.LegendBox.Offset.SetValues(75, 0); _chart.ViewXY.LegendBox.Fill.Style = RectFillStyle.None; _chart.ViewXY.LegendBox.Bord...
by Felix
Tue Aug 05, 2014 9:08 am
Forum: LightningChart Ultimate WinForms
Topic: ViewXY: Legend Box Layout
Replies: 1
Views: 5851

ViewXY: Legend Box Layout

Hello Pasi,

how can I make the chart automatically adjust to the height of the Legend box?
LineChart_LegendBoxScaling.PNG
LineChart_LegendBoxScaling.PNG (37.6 KiB) Viewed 5851 times
by Felix
Mon Aug 04, 2014 10:00 am
Forum: LightningChart Ultimate WinForms
Topic: ViewXY: Axis scaling fix with 3 decimal places
Replies: 1
Views: 5618

ViewXY: Axis scaling fix with 3 decimal places

Hello Pasi, how can I set in a bar chart, the X-axis always has 3 decimal places. The X-axis has been drawn from Custom ticks. I have tried to adjust the settings, _chart.ViewXY.XAxes [0] AutoFormat labels = true; _chart.ViewXY.XAxes [0] Label Number Format = "0.000"; but then the custom t...
by Felix
Tue Jul 08, 2014 8:36 am
Forum: LightningChart Ultimate WinForms
Topic: Line chart zooming false representation
Replies: 5
Views: 11477

Re: Line chart zooming false representation

How can I fill the points according to coordinates? I have several objects with n-number of points, how can I then each object in the legend show and hide? How many points can I add to a Point Line Series? How do I program this example? PointLineChart3.PNG How many Points LineSeries would it be? The...
by Felix
Tue Jul 08, 2014 8:07 am
Forum: LightningChart Ultimate WinForms
Topic: Line chart zooming false representation
Replies: 5
Views: 11477

Re: Line chart zooming false representation

Hello Pasi, Yes it is one Point Line Series. Since several objects are to be displayed with N points. PointLineChart3.PNG private IEnumerable<PointLineSeries> CreateChart(LightningChartUltimate lightningChart, IList<Mypoint> data, XAxisTypes xAxisType) { if (data == null) return null; if (data.Count...
by Felix
Tue Jul 08, 2014 5:42 am
Forum: LightningChart Ultimate WinForms
Topic: Line chart zooming false representation
Replies: 5
Views: 11477

Line chart zooming false representation

Hello Pasi,

when zooming I get a false representation.

Without zoom.
PointLineChart1.PNG
PointLineChart1.PNG (23.16 KiB) Viewed 11477 times

With zoom.
PointLineChart2.PNG
PointLineChart2.PNG (20.48 KiB) Viewed 11477 times
by Felix
Tue Jul 01, 2014 2:30 pm
Forum: LightningChart Ultimate WinForms
Topic: Point Line Chart Tooltip
Replies: 3
Views: 7878

Re: Point Line Chart Tooltip

Hello Pasi, this works fine, but I want to get a value only when I am on the point. private void MouseMove(object sender, MouseEventArgs e) { foreach (var pointLine in chart.ViewXY.PointLineSeries) { int iNearestIndex; double dXValue, dYValue; if (pointLine.SolveNearestDataPointByCoord(e.X, e.Y, out...
by Felix
Tue Jul 01, 2014 9:37 am
Forum: LightningChart Ultimate WinForms
Topic: Point Line Chart Tooltip
Replies: 3
Views: 7878

Point Line Chart Tooltip

Hello Pasi,

how can I implement a tooltip at Point Line Chart?
When I take the mouse to a point, I want to view information from this point.

In a IntensityGridSeries I could use the Event "MouseTraceCellChanged".
PointLineChart.PNG
PointLineChart.PNG (13.95 KiB) Viewed 7878 times
by Felix
Mon Jun 30, 2014 1:05 pm
Forum: LightningChart Ultimate WinForms
Topic: Point Line Chart x-axis as an integer scaling
Replies: 5
Views: 12704

Re: Point Line Chart x-axis as an integer scaling

Hello Pasi,

how can I hide the scaling lines?
PointLineChart.PNG
PointLineChart.PNG (15.31 KiB) Viewed 12700 times
by Felix
Mon Jun 30, 2014 12:33 pm
Forum: LightningChart Ultimate WinForms
Topic: Point Line Chart x-axis as an integer scaling
Replies: 5
Views: 12704

Re: Point Line Chart x-axis as an integer scaling

Hello Pasi,

yes thank you it does.
But I get this error display.
PointLineChart.PNG
PointLineChart.PNG (19.58 KiB) Viewed 12702 times
by Felix
Mon Jun 30, 2014 12:04 pm
Forum: LightningChart Ultimate WinForms
Topic: Point Line Chart x-axis as an integer scaling
Replies: 5
Views: 12704

Point Line Chart x-axis as an integer scaling

Hello Pasi,

I would like to scale with my Line chart Point the X-axis with integers.
It should always integers are displayed.
How can I configure it? :?:
PointLineChart.PNG
PointLineChart.PNG (55.15 KiB) Viewed 12704 times
by Felix
Tue Jun 24, 2014 12:50 pm
Forum: LightningChart Ultimate WinForms
Topic: Bar chart
Replies: 3
Views: 7369

Re: Bar chart

Hello Pasi,

thanks for the answer.

But I have another question, how can I specify that the title of the bars is not painted over the corner?
BarChart1.png
BarChart1.png (11.57 KiB) Viewed 7331 times
by Felix
Mon Jun 16, 2014 12:58 pm
Forum: LightningChart Ultimate WinForms
Topic: SurfaceGridSeries3D display error
Replies: 5
Views: 11757

Re: SurfaceGridSeries3D display error

Thanks Pasi,

This has solved the problem. :D
by Felix
Mon Jun 16, 2014 7:03 am
Forum: LightningChart Ultimate WinForms
Topic: Bar chart
Replies: 3
Views: 7369

Bar chart

Hello Pasi,

how can I create the bar graph as shown in Figure?
It is possible in the X-axis indicate a text?
Bar Chart
Bar Chart
BarChart.png (13 KiB) Viewed 7369 times
by Felix
Mon Jun 16, 2014 6:24 am
Forum: LightningChart Ultimate WinForms
Topic: SurfaceGridSeries3D display error
Replies: 5
Views: 11757

SurfaceGridSeries3D display error

Hello,

I have the following display error and wanted to know how I can fix this?
Display Error
Display Error
Error.PNG (111.02 KiB) Viewed 11757 times
by Felix
Tue Apr 08, 2014 1:49 pm
Forum: LightningChart Ultimate WinForms
Topic: PixelHeatMap with different grid spacing
Replies: 5
Views: 10603

Re: PixelHeatMap with different grid spacing

If I fill the chart I create a Surface Point [ x , x] array. To fill this, I iterate through my points and sort the two axes X, Z in ascending order. After this I calculate my minimum distance between points X , Z, to set the grid width. Now I create a new array with the same grid spacing, missing f...
by Felix
Tue Apr 08, 2014 11:33 am
Forum: LightningChart Ultimate WinForms
Topic: PixelHeatMap with different grid spacing
Replies: 5
Views: 10603

Re: PixelHeatMap with different grid spacing

Hello Pasi, I tried it with your example. But I have the following problem. To fill the chart, I need to create a 2 Dimensional Array (Surface Point [X, X]). How can I create and scale the array right, if I do not have a fixed grid spacing? I can not fill the chart so as a "Free Form Point Line...
by Felix
Fri Apr 04, 2014 8:39 am
Forum: LightningChart Ultimate WinForms
Topic: PixelHeatMap with different grid spacing
Replies: 5
Views: 10603

PixelHeatMap with different grid spacing

Hello

is it possible to PixelHeatmap with different grid spacings, the individual values ​​to be depicted?
It should be a mixture of Animated intensity mesh and Heat map.

How can I transpose such a thing?

lg
Felix
by Felix
Fri Apr 04, 2014 8:33 am
Forum: LightningChart Ultimate WinForms
Topic: Error Report D3DERR_DEVICELOST: Device lost (-2005530520)
Replies: 3
Views: 9546

Re: Error Report D3DERR_DEVICELOST: Device lost (-2005530520

Hi Tero, The chart consists of the following parts. IntensityGridSeries + 2x LineSeries cursor on the center display + 2x FreeFormPointLineSeries for the grid snap + PointIntensityGridSeries for the display of data items + BackgroundIntensityGridSeries for displaying a background image + PointIntens...
by Felix
Tue Mar 25, 2014 2:24 pm
Forum: LightningChart Ultimate WinForms
Topic: Error Report D3DERR_DEVICELOST: Device lost (-2005530520)
Replies: 3
Views: 9546

Error Report D3DERR_DEVICELOST: Device lost (-2005530520)

Hello Pasi, I have today received the following error. ArctionChart.GetImage() Exception: D3DERR_DEVICELOST: Device lost (-2005530520) public Image GetImage() { try { using (var stream = new MemoryStream()) { lcuChart.SaveToStream(stream); return Image.FromStream(stream); } } catch (Exception ex) { ...
by Felix
Fri Feb 28, 2014 11:38 am
Forum: LightningChart Ultimate WinForms
Topic: Blank areas in chart
Replies: 1
Views: 6365

Blank areas in chart

Hello Pasi, there is for the Chart or for the SurfaceGridSeries3D object, a value so that nothing is drawn? I have this form, see Figure 1 and would like to take the central recess that the interpolation does not run until the value 0, but is cut off in Figure 2. The form I fill with initial-1E9f wh...
by Felix
Fri Feb 28, 2014 10:32 am
Forum: LightningChart Ultimate WinForms
Topic: Insert a background image to the Chart
Replies: 19
Views: 43314

Re: Insert a background image to the Chart

I have got it right, it works now. The error was because no SetRangesXZ and no SetSize was handed over and the scale did not start from 0. :ugeek: :lol: But I have another problem and although Shown the background image is very bright and very white. Is there a setting option to the original image t...
by Felix
Fri Feb 28, 2014 8:43 am
Forum: LightningChart Ultimate WinForms
Topic: Insert a background image to the Chart
Replies: 19
Views: 43314

Re: Insert a background image to the Chart

The add function I call, that was just the excerpt from the method.

Set surfaceGridSeriesBackground.Fill.Style = Bitmap.
and set the image in surfaceGridSeriesBackground.BitmapFill.Image

I have already tried the first code sample.

:)
by Felix
Fri Feb 28, 2014 7:51 am
Forum: LightningChart General Q&A
Topic: Use charts without installation of SlimDX
Replies: 3
Views: 15156

Re: Use charts without installation of SlimDX

Hallo Pasi,

When will version 6 be available?
by Felix
Fri Feb 28, 2014 7:50 am
Forum: LightningChart Ultimate WinForms
Topic: Insert a background image to the Chart
Replies: 19
Views: 43314

Re: Insert a background image to the Chart

I tried to include the background image on a new SurfaceGridSeries3D. code: SurfaceGridSeries3D surfaceGridSeriesBackground = new SurfaceGridSeries3D(lcuChart.View3D, Axis3DBinding.Primary, Axis3DBinding.Primary, Axis3DBinding.Primary); surfaceGridSeriesBackground.Fill = SurfaceFillStyle.Bitmap; sur...
by Felix
Thu Feb 27, 2014 9:28 am
Forum: LightningChart General Q&A
Topic: Use charts without installation of SlimDX
Replies: 3
Views: 15156

Use charts without installation of SlimDX

Hello Pasi,

to use the charts you need the SlimDX.
Is there a possibility to bypass the installation of SlimDX.msi and only the. DLL to integrate?

We have created a setup for us, and this can not be installed SlimDX, it fails.
by Felix
Thu Feb 27, 2014 8:41 am
Forum: LightningChart Ultimate WinForms
Topic: Insert a background image to the Chart
Replies: 19
Views: 43314

Re: Insert a background image to the Chart

Hello Pasi,

now I have the same requirement for the 3D representation of the object SurfaceGridSeries3D.
It is at the bottom (primary X, Z) of an image to be displayed.

How can I best transpose?
:D
by Felix
Thu Feb 27, 2014 6:43 am
Forum: LightningChart Ultimate WinForms
Topic: Insert a background image to the Chart
Replies: 19
Views: 43314

Re: Insert a background image to the Chart

Hello Pasi,

it works great, just as I wanted it.

Thanks!

:D
by Felix
Wed Feb 26, 2014 11:17 am
Forum: LightningChart Ultimate WinForms
Topic: Insert a background image to the Chart
Replies: 19
Views: 43314

Re: Insert a background image to the Chart

Hello Pasi, Thanks for the reply, I can now see the background image on the polygon. But I have another problem, namely the shift of PixelMap the background is different. It does not remain at the initial position and moves with the PixelMap. Also, the zoom, the Background Image behaves differently....
by Felix
Wed Feb 26, 2014 6:23 am
Forum: LightningChart Ultimate WinForms
Topic: Insert a background image to the Chart
Replies: 19
Views: 43314

Re: Insert a background image to the Chart

How can I transpose if I can not change the Map Path? I Set the Map Type in the designer with the Properties, Does the representation of the background image. However, it is no longer the PixelMap Shown as PixelMap! I Set the Map Type in the code, the program flow is stopped! However, it should be p...
by Felix
Tue Feb 25, 2014 9:56 am
Forum: LightningChart Ultimate WinForms
Topic: Insert a background image to the Chart
Replies: 19
Views: 43314

Re: Insert a background image to the Chart

I have to assign a problem with the Map Type.
The sequence, in Visual Studio stops at the place and not running further.

Code: Select all

lcuChart.ViewXY.Maps.Type = Map.MapType.EuropeLow;
:?:
by Felix
Mon Feb 24, 2014 10:58 am
Forum: LightningChart Ultimate WinForms
Topic: Insert a background image to the Chart
Replies: 19
Views: 43314

Re: Insert a background image to the Chart

would you have a sample code for me, I would like use this with the maps. With my code I get nothing displayed. //Set background photo var mb = new MapBackground(lcuChart.ViewXY.Maps); mb.Image = Image.FromFile(@"C:\Data\Images\TestBackground.jpg"); mb.Visible = true; lcuChart.ViewXY.Maps....
by Felix
Mon Feb 24, 2014 8:27 am
Forum: LightningChart Ultimate WinForms
Topic: Insert a background image to the Chart
Replies: 19
Views: 43314

Insert a background image to the Chart

Hello Parsi, I have a PixelMap, with the data type IntensityGridSeries and an image of the object from which the PixelMap was created. PixelMap: Pixel Chart.PNG Object Image: Background.png I now want to the object image behind the PixelMap to better recognize area from which PixelMap was created. I...
by Felix
Fri Feb 21, 2014 8:56 am
Forum: LightningChart Ultimate WinForms
Topic: Interpolation in the chart
Replies: 1
Views: 6704

Re: Interpolation in the chart

Hello Pasi,

I can solve the problem with the link.

http://www.arction.com/forum/viewtopic.php?f=15&t=133

Thanks
by Felix
Fri Feb 21, 2014 8:01 am
Forum: LightningChart Ultimate WinForms
Topic: Interpolation in the chart
Replies: 1
Views: 6704

Interpolation in the chart

Hello Parsi,
Chart with interpolation
Chart with interpolation
Chart.PNG (120.81 KiB) Viewed 6704 times
Is there a way, as can be seen in the figure, the middle areas of interrest without interpolation to draw. It should look like at the edge of the object.

I fill the middle range with -1 values and set the colorbar on transparent if the value -1 is.
by Felix
Tue Nov 26, 2013 9:12 am
Forum: LightningChart Ultimate WinForms
Topic: SurfaceGridSeries3D customize representation when Y scale is
Replies: 4
Views: 13721

Re: SurfaceGridSeries3D customize representation when Y scal

Hello Pasi, the solution 2 works great with the object, but when I display contour lines are not this cut. chart.View3D.ClipContents = true; Why? Chart.PNG The contour lines are created in a new SurfaceGridSeries3D object. private SurfaceGridSeries3D CreateLimitsConturLineSurfaceGrid(SurfacePoint[,]...
by Felix
Mon Nov 25, 2013 9:47 am
Forum: LightningChart Ultimate WinForms
Topic: Can not set margins in the ViewXY Chart
Replies: 1
Views: 6509

Can not set margins in the ViewXY Chart

Hi Pasi, why I can not replace the margin of the chart, in the code? code: lightningChartUltimate1.ViewXY.Margins.Right = 130; I get in the studio the error message: "Can not modify the expression Because it is not a variable" Chart Margins.png When I look at the definition, it is a normal...
by Felix
Tue Nov 19, 2013 1:54 pm
Forum: LightningChart Ultimate WinForms
Topic: Calculate Aspect Ratio Chart
Replies: 1
Views: 6938

Calculate Aspect Ratio Chart

Hi Pasi, I would like to calculate in my chart "IntensityGridSeries" aspect ratio. Since my display area is rectangular, I have to make sure that the chart object is never shown distorted. I will need the height and width of the area shown in pixels. About what property I can get the value...
by Felix
Tue Nov 19, 2013 6:58 am
Forum: LightningChart Ultimate WinForms
Topic: SurfaceGridSeries3D customize representation when Y scale is
Replies: 4
Views: 13721

Re: SurfaceGridSeries3D customize representation when Y scal

Hi Pasi,

Solution 2 I was looking for.
Thank you. :D
by Felix
Tue Nov 19, 2013 6:53 am
Forum: LightningChart Ultimate WinForms
Topic: Smooth axis label
Replies: 2
Views: 8341

Re: Smooth axis label

Thank you. :D
by Felix
Mon Nov 18, 2013 2:41 pm
Forum: LightningChart Ultimate WinForms
Topic: SurfaceGridSeries3D customize representation when Y scale is
Replies: 4
Views: 13721

SurfaceGridSeries3D customize representation when Y scale is

Hi Pasi,

I want to do in my "SurfaceGridSeries3D" chart, the Y axis by the user changeable. But if I change the Y axis, the representation of the object does not fit, as can be seen below the image.

Why the whole object is shown and not only the range of the Y axis? :?:
Chart
Chart
Chart.PNG (158.08 KiB) Viewed 13721 times
by Felix
Mon Nov 18, 2013 10:10 am
Forum: LightningChart Ultimate WinForms
Topic: Smooth axis label
Replies: 2
Views: 8341

Smooth axis label

Hi Pasi,

how can I smooth out the axis name that the representation is not so pixelated?
Axis Name
Axis Name
Unbenannt.PNG (53.92 KiB) Viewed 8341 times
by Felix
Mon Nov 18, 2013 9:18 am
Forum: LightningChart Ultimate WinForms
Topic: "FreeformPointLineSeries" point style shape
Replies: 2
Views: 7502

"FreeformPointLineSeries" point style shape

Hi Pasi,

I was like the same symbol as in Figure 1 can be seen as a use point style shape.

How can I implement it?
Figure 1
Figure 1
Point Style Shape.png (19.69 KiB) Viewed 7502 times
by Felix
Thu Nov 14, 2013 3:35 pm
Forum: LightningChart Bug Reports
Topic: Representation Problem Win XP
Replies: 1
Views: 6952

Representation Problem Win XP

Hello, I use the charts "SurfaceGridSeries3D" and "IntensityGridSeries" in my software and have a display problem with it. I have my software installed on one of our test PC, the presentation of SurfaceGridSeries3D was colorless and the presentation of IntensityGridSeries was com...
by Felix
Thu Nov 14, 2013 12:20 pm
Forum: LightningChart Ultimate WinForms
Topic: Scaling of the chart
Replies: 2
Views: 7875

Re: Scaling of the chart

Thank you. :D
by Felix
Thu Nov 14, 2013 12:20 pm
Forum: LightningChart Ultimate WinForms
Topic: Pixel Map
Replies: 2
Views: 7868

Re: Pixel Map

Thank you. :D
by Felix
Wed Nov 13, 2013 8:47 am
Forum: LightningChart Ultimate WinForms
Topic: Hide specific nodes
Replies: 2
Views: 7989

Re: Hide specific nodes

thanks, works great.

:D
by Felix
Wed Nov 13, 2013 8:45 am
Forum: LightningChart Ultimate WinForms
Topic: Existing mouse events connecting with own mouse events
Replies: 12
Views: 24906

Re: Existing mouse events connecting with own mouse events

Hi Pasi,

thanks, I've been thinking too complicated, the solution was quite simple.

:shock: :? :D
by Felix
Tue Nov 12, 2013 12:21 pm
Forum: LightningChart Ultimate WinForms
Topic: Hide Units on colorbar
Replies: 2
Views: 7833

Re: Hide Units on colorbar

Thank you. :D
by Felix
Tue Nov 12, 2013 11:21 am
Forum: LightningChart Ultimate WinForms
Topic: Hide Units on colorbar
Replies: 2
Views: 7833

Hide Units on colorbar

Hallo Pasi,

I want to hide the Untis display in the colorbar.
For the "IntensityGridSeries" I have found the property under "intensityGridSeries.LegendBoxUnits".

Where can I find the property for "SurfaceGridSeries3D"?
Colorbar
Colorbar
Colorbar.jpg (68.45 KiB) Viewed 7833 times
by Felix
Tue Nov 12, 2013 8:40 am
Forum: LightningChart Ultimate WinForms
Topic: At pixel rendering any of its own mouse events
Replies: 4
Views: 10154

Re: At pixel rendering any of its own mouse events

Thank you.

Once I have implemented all the requirements, we will acquire the license.
by Felix
Tue Nov 12, 2013 8:37 am
Forum: LightningChart Ultimate WinForms
Topic: Draw contour lines in surface grid series 3D chart
Replies: 4
Views: 16522

Re: Draw contour lines in surface grid series 3D chart

I solved the problem, had passed the wrong object in the allocation of "ValueRangeRange". :idea:

Thanks for the help. :D
by Felix
Tue Nov 12, 2013 8:23 am
Forum: LightningChart Ultimate WinForms
Topic: Pixel Map
Replies: 2
Views: 7868

Pixel Map

Hi Pasi, I have a question for pixel map representation. In "IntensityGridSeries" chart, the value is shown at the corners of the grid. As shown in the first image. Chart with Grid and Nodes.jpg In how it is in the pixel map, since the colored area is the same size as a grid. As shown in t...
by Felix
Tue Nov 12, 2013 7:11 am
Forum: LightningChart Ultimate WinForms
Topic: Existing mouse events connecting with own mouse events
Replies: 12
Views: 24906

Re: Existing mouse events link with own mouse events

Can you provide me a code snippet available for the function? :geek:
by Felix
Mon Nov 11, 2013 3:43 pm
Forum: LightningChart Ultimate WinForms
Topic: Scaling of the chart
Replies: 2
Views: 7875

Scaling of the chart

Hi Pasi, when I view the grid on the chart, the values ​​are at the corners. I would like the values ​​are shown in the center of the grid. I also want to ensure that the grid size is full square and will not fritter as shown in the picture. How can I achieve this? Currently Viewing: Chart.jpg Desir...
by Felix
Mon Nov 11, 2013 3:17 pm
Forum: LightningChart Ultimate WinForms
Topic: Hide specific nodes
Replies: 2
Views: 7989

Hide specific nodes

Hi Pasi,

Is there a possibility not to display or hide specific nodes.
These are the nodes that are marked in the picture with a red circle.
Chart Nodes hide
Chart Nodes hide
Chart Nodes hide.jpg (194.2 KiB) Viewed 7989 times
by Felix
Mon Nov 11, 2013 3:04 pm
Forum: LightningChart Ultimate WinForms
Topic: Existing mouse events connecting with own mouse events
Replies: 12
Views: 24906

Re: Existing mouse events link with own mouse events

Hi Pasi, I did not quite understand your answer. I want to use the mouse functions of your examples. I'm using a tooltip that displays the current coordinates when I move the mouse Coursor over the chart. To the coordinates of the tool tip I get to use the mouse event "intensityGrid_MouseTraceC...
by Felix
Fri Nov 08, 2013 7:47 am
Forum: LightningChart Ultimate WinForms
Topic: Existing mouse events connecting with own mouse events
Replies: 12
Views: 24906

Re: Existing mouse events link with own mouse events

Hi Pasi, I want to use, as your example " Intensity grid mouse control " the mouse functions. In the example, a cross-hair and a tooltip with the current position is displayed when the mouse movement. In addition I would like to use the mouse functions as in the example " heat map &qu...
by Felix
Thu Nov 07, 2013 9:10 am
Forum: LightningChart Ultimate WinForms
Topic: Existing mouse events connecting with own mouse events
Replies: 12
Views: 24906

Re: Existing mouse events link with own mouse events

Hi Pasi, Here is the code, hope it is understandable? You just need to create a form and add the code, then it should be executable. #region Members private List<double> _xAxisCoordinates; private List<double> _yAxisCoordinates; private List<double> _hardnessValueList; private bool _isRightMouseButt...
by Felix
Wed Nov 06, 2013 3:00 pm
Forum: LightningChart Ultimate WinForms
Topic: At pixel rendering any of its own mouse events
Replies: 4
Views: 10154

Re: At pixel rendering any of its own mouse events

Hi Pasi,

yes exactly the event "Mouse Trace CellChanged" I need to display the coordinates and the Z-axis.
Until when you could add the pixel rendering mode support?

Lg Felix
by Felix
Wed Nov 06, 2013 2:54 pm
Forum: LightningChart Ultimate WinForms
Topic: Existing mouse events connecting with own mouse events
Replies: 12
Views: 24906

Re: Existing mouse events link with own mouse events

Hi Pasi, I use the following events: chart.MouseDown += chart_MouseDown; chart.MouseUp += chart_MouseUp; chart.MouseDoubleClick += chart_MouseDoubleClick; -> This is used to switch from "SurfaceGridSeries3D" to "IntensityGridSeries". intensityGridSeries.MouseInteraction = false; ...
by Felix
Wed Nov 06, 2013 9:17 am
Forum: LightningChart Ultimate WinForms
Topic: Draw contour lines in surface grid series 3D chart
Replies: 4
Views: 16522

Re: Draw contour lines in surface grid series 3D chart

Unfortunately I have the problem that I want to show very different contour values​​, as I have stated in the "Value Range range," also will get a different color each contour line. Compilation of the "Value Range range": double averageValue = (rangeMaxValue - rangeMinValue) / 2....
by Felix
Wed Nov 06, 2013 8:21 am
Forum: LightningChart Ultimate WinForms
Topic: At pixel rendering any of its own mouse events
Replies: 4
Views: 10154

At pixel rendering any of its own mouse events

I have a grid intensity Series Chart created and the property " PixelRendering " is set to true, now I get no more own mouse events. I set the property " MouseInteraction " to false, the default mouse events are executed. But I want both events, the standard events and the own ev...
by Felix
Wed Nov 06, 2013 7:55 am
Forum: LightningChart Ultimate WinForms
Topic: Existing mouse events connecting with own mouse events
Replies: 12
Views: 24906

Existing mouse events connecting with own mouse events

I have created a Grid Series 3D Surface Chart and Intensity Grid Series Chart. I now want to use both the standard mouse events, to move the object, as well as my own events. To use my own events I have the property " MouseInteraction " to true, but now no default events are executed more....
by Felix
Tue Nov 05, 2013 1:58 pm
Forum: LightningChart Ultimate WinForms
Topic: Create Heat Map from data array?
Replies: 2
Views: 7257

Re: Create Heat Map from data array?

Thanks for the help.
by Felix
Tue Oct 29, 2013 8:35 am
Forum: LightningChart Ultimate WinForms
Topic: Draw contour lines in surface grid series 3D chart
Replies: 4
Views: 16522

Draw contour lines in surface grid series 3D chart

Hello,

I created a Grid Series 3D Surface diagram and would like draw contour lines. The lines should be drawn to a particular Y value.
I also want to determine the color and the width of the lines themselves.

How can I realize this?
by Felix
Tue Oct 29, 2013 8:26 am
Forum: LightningChart Ultimate WinForms
Topic: Create Heat Map from data array?
Replies: 2
Views: 7257

Create Heat Map from data array?

Hello, I created a Grid Series 3D Surface chart from files and would like to create a heat map. In the demo software, the heat map is created from a bitmap, but not from a data array. How should I proceed? Code Grid Series 3D Surface: private void Create3DChart(SurfacePoint[,] data) { lcuChart.Begin...