C# Class Com.Aurora.AuWeather.ViewModels.GraphViewModel

Inheritance: ViewModelBase
Exibir arquivo Open project: aurora-lzzp/Aurora-Weather

Public Methods

Method Description
GraphViewModel ( double>.ICollection values0, double>.ICollection values1, Brush stroke0, Brush stroke1, string title, string decorate, double min, double max, string xtext ) : Com.Aurora.AuWeather.Models

Method Details

GraphViewModel() public method

public GraphViewModel ( double>.ICollection values0, double>.ICollection values1, Brush stroke0, Brush stroke1, string title, string decorate, double min, double max, string xtext ) : Com.Aurora.AuWeather.Models
values0 double>.ICollection
values1 double>.ICollection
stroke0 Windows.UI.Xaml.Media.Brush
stroke1 Windows.UI.Xaml.Media.Brush
title string
decorate string
min double
max double
xtext string
return Com.Aurora.AuWeather.Models