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...
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...
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...
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...
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...
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...
1
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
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...
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 ...
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...
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 ...
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...
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...
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...
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...
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...
1
© 2022 - 2025 — McMap. All rights reserved.