This is the discussion forum for OxyPlot.
For bugs and new features, use the issue tracker located at GitHub.
Also try the chat room!
0

IntervalBarItem change label

A W. fa 8 anys 0

I have a IntervalBarSeries with some IntervalBarItems. So, to include IntervalBarItems, I Need to convert DateTime into double. Now I have an ugly double-Value (the End-Value) on my BarItems. By changin the Title-Option nothing happens. Is the any possibility to Change the text on my Items?



IntervalBarItem item = new IntervalBarItem

                    {
                        Start = OxyPlot.Axes.DateTimeAxis.ToDouble(data.startTime,
                        End = OxyPlot.Axes.DateTimeAxis.ToDouble(data.endTime),
                        CategoryIndex = i,

                        Title = data.TimeSpanPercental + "%"

                    };

0

Strongly signed Assembly required - wpf

thomas bath fa 8 anys 0

I cannot build my project. I installed OxyPlot via NuGet. I have a reference to "http://oxyplot.org/wpf" in my window xaml and I can create the oxy plot instance in xaml but when I try to build I get an error stating that a strongly signed assemply is required. any ideas?

0

ColumnSeries fixed width

Blaazouille fa 8 anys 0

Hello,


I'm trying to set a fixed width for ColumnSeries in a CategoryAxis.
My number of category can change but I want to have a fixed width regardless the number of series (if possible align to the left of the axis)


0

Make OxyPlot work

o marte fa 8 anys 0

I work with VS 2013 and Calibour Micro. I installed OxyPlot for WPF stable version 1.0.0 by using NuGet. But not even the official example works. I wasted at leaset 5 hours of work and I am nowhere.

I am very frustrated.

0

Plot not visible

karwi fa 8 anys 0

Hi,


I get my plot visible in the VS 2015 but not in the application in the debug mode. I can press RMB and see the "finger" icon shown when moving the plot area, however nothing is visible form the plot source. Any Ideas?


Image 69

0

Stacked list of data on particular date

Avinash Ramireddy fa 8 anys 0

Hi

I have a single row with status to be shown in month. It can have many statuses everyday and I need this to be stacked

Image 68


This is actually needed without any values kind of timeline


0

Set Height for Stacked Bar series Xamarin forms

Avinash Ramireddy fa 8 anys 0

1Image 66

2Image 67


Hi,

I want to show small bar on top of page (1) but it is occupying whole space of page(2).

How to achieve this?


0

Column Series

SaoryEmanoelle fa 8 anys 0

Good evening. How are you doing?

I'm working with OxyPlot and I'm currently using Column Series in my project. I have a few columns and their values are set on X and Y, but I wanted the Y value to also be shown above each of its respective column. Is there a way to that? I've been searching but no no avail.

Thank you in advance!

0

Multible Plots in one Plotview?

she fa 8 anys 0

Hello,

I have a question how can I display three different graphs in one plotview? In System.Windows.Forms.DataVisualization.Chartingit it was possible to define different chartareas.

How can I achieve this with OxyPlot. Or do I need to add three plotviews?


Regards

Stephan


0

How to set axis interval space?

Achmad Jeihan Pahlevi fa 8 anys 0

I want to set the space between interval in axis, how can I do that?


I'm drawing an image using image annotation and want the left axis to get scaled. Here is the example of what I'm trying to do.

Image 64

Normal

Image 65

Scaled