Code Monkey home page Code Monkey logo

dssexplorer's People

Contributors

ktarbet avatar neemanejad avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

dssexplorer's Issues

Conditional data binding

Is it possible to insert conditional statements within XAML to do specific data bindings if something is true/false?

An example of doing this would be when attempting to display paired data. The program would try to check if the paired data object has column names for it's curves. If the paired data does have column names, then the column headers in the view will be populated by those names. If the paired data object doesn't have column names, then the program will auto generate names.

In this scenario, is it possible to detect whether column names are given in the paired data object and based on that do certain data bindings?

journey of TimeSeries to a view and then back to disk after editing

Can we bind to the Grid to display a TimeSeries object as a table with two columns?

public class TimeSeries
{
public DateTime[] Times { get; set; }
public double[] Values { get; set; }
}

public class TimeSeriesPoint
  {
    public DateTime DateTime { get; set; }
    public double Value { get; set; }
}

Our current approach is to create a List<TimeSeriesePoint> that can be rendered. However, going back to disk we need to put the TimeSeriesPoints back into the TimeSeries.

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.