GithubHelp home page GithubHelp logo

Comments (9)

aloisdeniel avatar aloisdeniel commented on August 23, 2024 7

I added the LabelOrientation and ValueLabelOrientation properties to PointChart, LineChart, BarChart . It's available from last 0.8.3-pre prerelease.

from microcharts.

PilgrimViis avatar PilgrimViis commented on August 23, 2024

@aloisdeniel, does it work with animations in 0.8.3? I'm struggling to unite animations with labels on LineChart, don't know it's me or some trouble in version under development.

from microcharts.

minaairsupport avatar minaairsupport commented on August 23, 2024

it dosnt work I need to display char in horizontal way
ValueLabelOrientation = Orientation.Horizontal, LabelOrientation = Orientation.Horizontal

from microcharts.

mgnatiuk avatar mgnatiuk commented on August 23, 2024

Try this :)

PointChart pc = new PointChart();
pc.LabelOrientation = Microcharts.Orientation.Vertical;
var chart_USD = new LineChart()
{
Entries = obj_1,
MaxValue =100,
MinValue =0,
LabelOrientation = pc.LabelOrientation
};

from microcharts.

AloysiusParedes avatar AloysiusParedes commented on August 23, 2024

Any chance to get LabelOrientation in the current stable version? (I am on 0.7.1 for Microcharts and Microcharts.Forms)

from microcharts.

bleo0001 avatar bleo0001 commented on August 23, 2024

i have tried this and it appears the properties don't exist in the version stated? has anyone got this working?

from microcharts.

AndreiZachi avatar AndreiZachi commented on August 23, 2024

@AloysiusParedes

le from last 0.8.3-pre prerelease.

from microcharts.

geojorg avatar geojorg commented on August 23, 2024

It Works just Fine.
Example:
Frecuent = new BarChart() { Entries = Dl,LabelTextSize=42f, LabelOrientation=Orientation.Horizontal, ValueLabelOrientation=Orientation.Horizontal};

image

from microcharts.

itCarl avatar itCarl commented on August 23, 2024

I would like to rotate the labels in my current project because I have the problem as in Issue #180.

With version 0.7.1 of Microcharts and Microcharts.Forms everything works perfectly but when I switch to version 0.8.3-pre the application crashes. Is there anything else changed since version 0.8.3-pre that I should be aware of?

Xamarin.Form (version 4.6.0)

from microcharts.

Related Issues (20)

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.