C# 클래스 Accord.Controls.ComponentView

파일 보기 프로젝트 열기: accord-net/framework

공개 메소드들

메소드 설명
ComponentView ( ) : System

Constructs a new instance of the ScatterplotView.

ComponentView ( ICollection components ) : System

Constructs a new instance of the ScatterplotView.

UpdateGraph ( ) : void

Forces a update of the scatter plot.

메소드 상세

ComponentView() 공개 메소드

Constructs a new instance of the ScatterplotView.
public ComponentView ( ) : System
리턴 System

ComponentView() 공개 메소드

Constructs a new instance of the ScatterplotView.
public ComponentView ( ICollection components ) : System
components ICollection
리턴 System

UpdateGraph() 공개 메소드

Forces a update of the scatter plot.
public UpdateGraph ( ) : void
리턴 void