Code Monkey home page Code Monkey logo

Comments (11)

beto-rodriguez avatar beto-rodriguez commented on May 18, 2024

Thats good, and add a chart info control to the project so you can bind series to it.
image

from live-charts.

lrmills85 avatar lrmills85 commented on May 18, 2024

Is this live yet?

from live-charts.

beto-rodriguez avatar beto-rodriguez commented on May 18, 2024

yes

from live-charts.

lrmills85 avatar lrmills85 commented on May 18, 2024

I have 0.3.0 but I am not seeing where I can set this. Can you help?

from live-charts.

beto-rodriguez avatar beto-rodriguez commented on May 18, 2024

This is not included yet, but is an easy one, I will try to commit this in a moment, it is an open source project, you can create pull request too to make this better :)

from live-charts.

beto-rodriguez avatar beto-rodriguez commented on May 18, 2024

Closed with dd6de35, I included an example in the first charts on the wpf test project, it is a simple control.

here is an example

<Grid Background="#FBFBFB">
    <Grid.ColumnDefinitions>
        <ColumnDefinition Width="*"></ColumnDefinition>
        <ColumnDefinition Width="Auto"></ColumnDefinition>
    </Grid.ColumnDefinitions>
    <charts:LineChart Height="300" x:Name="LineChart" 
                                  Zooming="True" Grid.Column="0"></charts:LineChart>
    <charts:SeriesViewer Grid.Column="1" Series="{Binding ElementName=LineChart, Path=Series}"
                                       VerticalAlignment="Center"></charts:SeriesViewer>
</Grid>

from live-charts.

beto-rodriguez avatar beto-rodriguez commented on May 18, 2024

image

from live-charts.

 avatar commented on May 18, 2024

How do I add legend in c# not in xaml into a PieChart? I trying to add it in winforms, any pointers how to do it?

from live-charts.

beto-rodriguez avatar beto-rodriguez commented on May 18, 2024

What do you mean with a legend?

from live-charts.

Trass3r avatar Trass3r commented on May 18, 2024

Your "SeriesViewer" is usually called a legend: http://www.mathworks.com/help/matlab/ref/legend.html#bt6ef_q-2_1
"SeriesViewer" really doesn't describe its function very well.

from live-charts.

beto-rodriguez avatar beto-rodriguez commented on May 18, 2024

will rename, thanks

from live-charts.

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.