C# 클래스 EnterpriseWebLibrary.EnterpriseWebFramework.Chart.Dataset

Used for Line graphs. JSON object used to configure Chart.js.
상속: BaseDataset
파일 보기 프로젝트 열기: enduracode/enterprise-web-library

공개 프로퍼티들

프로퍼티 타입 설명
pointColor string
pointStrokeColor string

공개 메소드들

메소드 설명
Dataset ( Color color, IEnumerable data ) : System

메소드 상세

Dataset() 공개 메소드

public Dataset ( Color color, IEnumerable data ) : System
color Color
data IEnumerable
리턴 System

프로퍼티 상세

pointColor 공개적으로 프로퍼티

public string pointColor
리턴 string

pointStrokeColor 공개적으로 프로퍼티

public string pointStrokeColor
리턴 string