oxyplot Questions

2

I have two tabs that is bind to one viewmodel which contain a PlotModel of oxyplot and view model selected through a DataTemplate. When click on the first tab the viewmodel was bind properly but wh...
Intercommunion asked 14/9, 2014 at 13:0

3

I've been making use of OxyPlot lately, and was wondering if there is a way of overriding the default Color Palette of PlotSeries / PlotModel? I know i can set the color individually for each seri...
Ketcham asked 23/3, 2015 at 15:54

3

Solved

I am trying to plot some circles on a scatter plot via: <Grid> <oxy:PlotView x:Name="PlotView" Title="{Binding Title}" > <oxy:PlotView.Axes> <oxy:LinearAxis Position="Botto...
Succinic asked 17/1, 2015 at 15:50

2

I want to add multiple plots with shared x-axis using OXYPLOT library. The example code is as follows and it sets 4 different y-axis sharing the same x-axis. However i can only plot data on the 1st...
Erichericha asked 3/3, 2014 at 17:2

3

Solved

I apologize for asking so many OxyPlot questions, but I seem to be really struggling with using the OxyPlot chart control. My project is in WPF format so I was originally using a hosted WINFORMS ...
Mandrill asked 24/7, 2014 at 16:1

1

Solved

Is it possible to have a different marker style for ranges among (XY-Axis) values ? For example. The marker style is shown in steel blue color here, Can I have markers above 15 and below 13 to show...
Donica asked 23/7, 2015 at 23:53

7

Oxyplot graphs 13 points which are derived from the 6 user input text boxes. The values in the text boxes are held in public variables in the MainWindow.xaml.cs class. The variables are updated w...
Brachyuran asked 4/1, 2014 at 22:44

2

Solved

Good afternoon, right now i have this chart but i want to add the red and blue lines for in the bar chart. im pretty new withwith oxyplot. Thanks for your help. I am currently working with the eve...
Hypergolic asked 21/8, 2017 at 15:59

1

When setting up an OxyPlot plot view, you can either define the plot explicitly through various controls, or set it up through a binding to a PlotModel. As such, in the first case, the XAML for a ...
Brynne asked 27/3, 2017 at 11:50

2

I am writing a server side console app in C#/.Net 4.5 that gets some data and creates static chart images that are saved to be displayed by a web server. I am mostly using the method described her...
Golgotha asked 11/7, 2015 at 9:28

1

Solved

I have used an AreaSeries to show a colored area on a graph. The colored area is rendered on top of the grid lines. Is there any way to bring the grid lines to the front? This plot is defined i...
Brooklyn asked 27/9, 2017 at 14:51

3

Solved

I'm trying to create a square graph (X axis width is the same as the Y axis height). I can't find any documentation on this and all of the properties I've seen which might be able to do this are i...
Pentahedron asked 4/8, 2017 at 18:44

3

Trying out OxyPlot, installed and referenced packages. Copying and pasting the example from here http://docs.oxyplot.org/en/latest/getting-started/hello-windows-forms.html but it doesn't recognize ...
Turner asked 4/11, 2014 at 22:15

2

Solved

If I change the stringformat of axis, it works for the axis (see the black circle of the picture). But how can I change the stringformat of the track value (the red circle)?
Bathesda asked 21/2, 2017 at 1:50

3

Solved

I am using OxyPlot in a C# winforms app. My axese are LinearAxis type. I am trying to plot some real-time data which i have managed to do by adding points to my series and refreshing the plot as d...
Incinerate asked 10/2, 2014 at 20:18

1

Solved

is there any way to manage items in legend? I mean e.q. remove some items from legend but not from whole plot? I know that each serie in plot is linked with one item in legend, but i want to break ...
Cumbersome asked 26/10, 2015 at 7:41

2

Solved

I have a problem with OxyPlot which is as follows: I create a new PlotView and attach a PlotModel with some axes when my program starts. In my program, the user can open a file, which is interpre...
Outflow asked 25/6, 2015 at 12:47

0

I am using OxyPlot in a WPF application to plot a simple LineSeries. I also defined Roboto as the standard font of my application. However my PlotView does not use this font but uses its default fo...
Looper asked 29/7, 2015 at 15:13

1

I have a WPF application where I need to visualize y = y(x1, x2) where x1, x2 are linear coordinates. I can do this using the HeatMapSeries in Oxyplot, but when I want to plot two sets of data in t...
Adriatic asked 18/5, 2015 at 13:58

2

Solved

Here is the xaml code to my graph: <oxy:Plot HorizontalAlignment="Left" Height="222" Margin="0,49,0,0" VerticalAlignment="Top" Width="870" Background="Transparent" PlotAreaBorderCol...
Mulhouse asked 4/2, 2014 at 16:3

2

Is it possible to bind a plot to a collection of LineSeries instead of a single LineSeries in OxyPlot? (and not through the Model). I'm looking for something like this: <oxy:Plot> <oxy...
Fancy asked 19/6, 2013 at 18:43

0

I saw a lot of topics with the problem: "Object does not contain a definition for X and no extension method X accepting a first argument of type Object" But none of them had the solution to my pr...
Baldheaded asked 24/10, 2013 at 11:39
1

© 2022 - 2025 — McMap. All rights reserved.