Code Monkey home page Code Monkey logo

Comments (7)

mikehollas123 avatar mikehollas123 commented on August 23, 2024

Looks like it's not yet. You should just need to add a FlippedCoordinates property to the AxisBase.cs. I haven't tested it, and I don't think I'll have time to try this anytime soon.
Hope this helps. If it does, please do a PR and add a quick test to the shared library please.

from scichartblazor.

dhruvindudhat avatar dhruvindudhat commented on August 23, 2024

/// <summary> /// Gets or sets the FlipCoordinate. /// </summary> public bool FlipCoordinates { get; set;}``

I have added this and set to true default when adding the Y-axis but looks like it is not Flipping The Coordinates.

from scichartblazor.

mikehollas123 avatar mikehollas123 commented on August 23, 2024

Hmm. The wrapper uses the builder functionality of scichart js. See if you can get it to work using the scichart js builder directly. The demo website lets you do this on the site. Sometimes the names don't line up and we have to rename it

from scichartblazor.

mikehollas123 avatar mikehollas123 commented on August 23, 2024

Oh it needs to be "FlippedCoordinates". The names have to match up exactly

from scichartblazor.

dhruvindudhat avatar dhruvindudhat commented on August 23, 2024

I am not able to push the code or raise a PR for this change. Can you guide?
/// <summary> /// Gets or sets flipped cordinates. /// </summary> public bool? FlippedCoordinates { get; set; } = null;

from scichartblazor.

mikehollas123 avatar mikehollas123 commented on August 23, 2024

Hi sure.
Due to branch protections you can't push directly into main. What you need to do is "fork" this repo. That makes a new copy of this repo in your GitHub. You'll make your changes in that fork. Then when you push to that fork, you'll get the option to do a Pull Request (PR) into the base repo. guide on how to do that

Hope this helps

from scichartblazor.

dhruvindudhat avatar dhruvindudhat commented on August 23, 2024

Thanks for quick support, Pull request raised. Please check it.
In future if any changes needed I will follow this same process.

from scichartblazor.

Related Issues (16)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.