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 answers
Related Questions in OXYPLOT
- When a tab is revisited a new set of views are generated leading to a potential stack overflow
- OxyPlot.WPF how to change PlotView styles?
- ColumnSeries class does not exist in my OxyPlot.Series namespace
- No chart legend on the graphic plot
- OxyPlot C#: Setting the position of the outside labels of a pie chart
- Is there any way to remove backround on OxyPlot HeatMapSeries?
- Oxyplot is not printed (blank) when Printing WPF UI which is rescaled to fit on one page using .NET 7
- WinForms Charting: LiveCharts deprecated, considering OxyPlot — Any Alternatives?
- Alternative to 'CopyTextReport' command in OxyPlot when it is Obsolete
- How can I set the maximum scale on a LinearColorAxis for an OxyPlot heatmap
- A method to obtain the OxyPlot tooltip content in variables
- Getting oxyplot mousedown tracker result
- An Oxyplot graph doesn't refresh when a number in textbox changes (WPF)
- How to resolve overlapping charts (C# WPF Oxyplot)
- Xamarin OxyPlot Upgrade Missing Function and File Path
Related Questions in LINESERIES
- Color change in Line series chartview in qml
- Multi color plot in line series in QML
- How to show data only for currently hovered line series in a Multiseries Recharts chart?
- How to modify data cursor value in Lightning Chart - ViewXY?
- Lighting chart : Mouse left click event is not working
- How to add Custom GlyphSeries to LineSeries in visx XYChart?
- How to add a mouseover event for LineSeries in amCharts 5?
- 'Lines_LineSeries_LineIterator_DataAccessor_Strateg' object has no attribute 'self'
- qml draw a Linechart from Qlist using a repeater
- How to add Lineseries + Candlesticks using Oxyplot
- How to fill area between two line serie in tradingview api javascript
- Can't set transparency of LineSeries{}
- How to set startLocation for lineSeries in amCharts?
- Get x and y value when hovering on LinSeries React Vis
- How to keep seeing the data from the start when the data keeps coming in LIghtningChartJS?
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?
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)
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: