I have a line series that covers data from 1 to 20 along the X axis and 0 to 1 along the Y axis. My problem is that the x axis always starts at 0 and goes to the furthest value and the Y axis starts at 0 but only goes to the furthest value as well. How can I set these dimensions?
1
There are 1 best solutions below
Related Questions in OXYPLOT
- How to make Rectangle size unchanged after axis changing
- Touches on oxyplot linesseries don't work
- Scrolling on a non-Primary Axis
- Using OxyPlot in WindowsForms
- OxyPlot Contour Series
- Add a footer to an exported OxyPlot plot
- How can I make OxyPlot adjust zoom when calling PlotView.Invalidate?
- How to bind the Panning command to the left mousebutton for OxyPlot in WPF?
- C# WPF OxyPlot error plot does not exist in namespace
- OxyPlot LineAnnotation Visibility in WPF and XAML
- Xamarin.Forms: Putting A Label Inside A BarChart Layout
- How to set space between interval on axis oxyplot
- oxyplot axis locking center when mouse wheel
- How to set dimensions of LineSeries
- OxyPlot - removing the values of a LinearAxis and leaving only the title
Related Questions in LINESERIES
- Touches on oxyplot linesseries don't work
- How to set dimensions of LineSeries
- Mixed markers on the same Oxyplot line?
- ShowAllDataTips only in a LineSeries
- How can I select a specific point in a LineSeries
- Can't set transparency of LineSeries{}
- 'Lines_LineSeries_LineIterator_DataAccessor_Strateg' object has no attribute 'self'
- Silverlight Toolkit LineSeries connects data points randomly
- Get x and y value when hovering on LinSeries React Vis
- WPF datapoints custom style
- Render ExtJs Line chart Square markers
- How to plot MULTIPLE LineSeries on an OxyPlot chart?
- Displaying line series in WPF chart with vb.Net
- Disable a particular legend in a line chart
- How do i modify LightningChart JS point line series to achieve mentioned functionalities?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
So for the Y axis this is what you want
As for the X axis it seems to be more annoying handLabeling seems to be the only way.
Then every item you add index the value of the Category label. For example if I want an column of 64 on 3 in X axis then the code would look like this: