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

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

공개 프로퍼티들

프로퍼티 타입 설명
data IEnumerable
fillColor string
strokeColor string

공개 메소드들

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

비공개 메소드들

메소드 설명
toRgbaString ( Color color, string opacity ) : string

메소드 상세

BaseDataset() 공개 메소드

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

프로퍼티 상세

data 공개적으로 프로퍼티

public IEnumerable data
리턴 IEnumerable

fillColor 공개적으로 프로퍼티

public string fillColor
리턴 string

strokeColor 공개적으로 프로퍼티

public string strokeColor
리턴 string