C# 클래스 Utilities.ParallelCoordinatesControl

Interaction logic for ParallelCoordinates.xaml
파일 보기 프로젝트 열기: redinkinc/Utilities 1 사용 예제들

공개 메소드들

메소드 설명
AddChart ( ) : void
GetRelativeColor ( int i, int n ) : Color
ParallelCoordinatesControl ( ParallelCoordinates model ) : System
Reset ( ) : void

비공개 메소드들

메소드 설명
DrawPlot ( ) : void
ParallelCoordinateSettings_OnClick ( object sender, RoutedEventArgs e ) : void
ResetButton_OnClick_OnClick ( object sender, RoutedEventArgs e ) : void
ScaledCurvePoint ( double x, double y, double min, double max ) : Point

메소드 상세

AddChart() 공개 메소드

public AddChart ( ) : void
리턴 void

GetRelativeColor() 공개 메소드

public GetRelativeColor ( int i, int n ) : Color
i int
n int
리턴 System.Windows.Media.Color

ParallelCoordinatesControl() 공개 메소드

public ParallelCoordinatesControl ( ParallelCoordinates model ) : System
model ParallelCoordinates
리턴 System

Reset() 공개 메소드

public Reset ( ) : void
리턴 void