C# 클래스 Com.Aurora.AuWeather.ViewModels.GraphViewModel

상속: ViewModelBase
파일 보기 프로젝트 열기: aurora-lzzp/Aurora-Weather

공개 메소드들

메소드 설명
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

메소드 상세

GraphViewModel() 공개 메소드

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
리턴 Com.Aurora.AuWeather.Models