Search found 12 matches

by peppemath
Mon Jan 28, 2019 10:17 am
Forum: LightningChart Ultimate How-To's
Topic: custom Texture for filling area
Replies: 8
Views: 28737

Re: custom Texture for filling area

uhm, doesn't work :(

But it works with
series1.Fill.Color = Colors.Transparent;
series1.Fill.GradientColor = Colors.Transparent;
by peppemath
Fri Jan 25, 2019 9:21 am
Forum: LightningChart Ultimate How-To's
Topic: custom Texture for filling area
Replies: 8
Views: 28737

Re: custom Texture for filling area

Excuse me again a question: the grid that I created is a png image that is transparent within the individual squares. When it draws, however, there is always a background color, how can you eliminate it?
by peppemath
Fri Jan 25, 2019 8:12 am
Forum: LightningChart Ultimate How-To's
Topic: custom Texture for filling area
Replies: 8
Views: 28737

Re: custom Texture for filling area

PERFECT!!!!!!
Grazie!!!
by peppemath
Fri Jan 25, 2019 7:26 am
Forum: LightningChart Ultimate How-To's
Topic: custom Texture for filling area
Replies: 8
Views: 28737

Re: custom Texture for filling area

Pardon, I was wrong to create the texture image; now everything is ok by setting BitmapFillLayout.Tile
by peppemath
Thu Jan 24, 2019 3:02 pm
Forum: LightningChart Ultimate How-To's
Topic: custom Texture for filling area
Replies: 8
Views: 28737

Re: custom Texture for filling area

Grazie! Perfect!
Next a screenshot of my demo
But I still have a problem; in the example I used a band and I can not re-fill the whole area vertically; I tried to change the three values of BitmapFillLayout but not iresco to get what I want. Need to set another?
by peppemath
Fri Jan 18, 2019 11:47 am
Forum: LightningChart Ultimate How-To's
Topic: custom Texture for filling area
Replies: 8
Views: 28737

custom Texture for filling area

Generally when I draw a series HighLow or bands they can choose the fill color even with a gradient.
Is it possible to fill the area not with a color but with a pattern / texture like the one in the picture?
by peppemath
Thu Dec 13, 2018 1:59 pm
Forum: LightningChart Ultimate How-To's
Topic: Status icons /button associated to axis y (WPF)
Replies: 1
Views: 14327

Status icons /button associated to axis y (WPF)

Hello, I would like to ask if it is possible to implement my need. I have a diagram with many axes y: at each axis I would like to display a status icon that gives me some particular information for example by clicking, or with the mouse over, or even inserting buttons. In the example figure I desig...
by peppemath
Tue Nov 27, 2018 12:46 pm
Forum: LightningChart Ultimate How-To's
Topic: Difference beetwen graphs (WPF)
Replies: 4
Views: 19207

Re: Difference beetwen graphs (WPF)

PERFECT!

Grazie
by peppemath
Mon Nov 26, 2018 8:36 am
Forum: LightningChart Ultimate How-To's
Topic: Difference beetwen graphs (WPF)
Replies: 4
Views: 19207

Re: Difference beetwen graphs (WPF)

No, the question is simple, I have not explained well!
I want to have the two functions y = f (x) and y '= f' (x) and I would like to draw the difference segment at the point x = x0 as in the picture
by peppemath
Fri Nov 23, 2018 8:07 am
Forum: LightningChart Ultimate How-To's
Topic: Difference beetwen graphs (WPF)
Replies: 4
Views: 19207

Difference beetwen graphs (WPF)

Hello I need to draw two graphs in comparison and at a certain value of the abscissa calculate the difference and draw the difference segment, perhaps with a different color depending on the value of the difference. Mathematically it is obvious that it is enough to "calculate" the intersec...
by peppemath
Mon Jul 09, 2018 10:07 am
Forum: LightningChart Ultimate WPF
Topic: Rotations of Camera
Replies: 2
Views: 9309

Rotations of Camera

I have a problem: in general, the position of the axes is x to the right, y to the top and z to the monitor. I would like to make the rotations to get the position shown in the figure; Rotations.png theoretically it would be simple with two rotations of the yz plane and the xy plane of 90 degrees re...
by peppemath
Tue Mar 06, 2018 11:16 am
Forum: LightningChart Ultimate WPF
Topic: Multiple ValueRangePalette for AreaSeries
Replies: 1
Views: 5475

Multiple ValueRangePalette for AreaSeries

Ciao I have the following problem, depict in figure attached ChangePaletteForAreaSeries.jpg For example i want apply from x=-300 to x=-170 a palette of N colors from x=-170 to x=-51 a palette of M colors .................... Is possible assign to the same serie multiple palette???? There i a way to ...