C# 클래스 LitDev.Engines.plotData

파일 보기 프로젝트 열기: litdev1/LitDev 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
displayLegend bool
hoverVal System.Windows.Controls.TextBlock
labelX string
labelY string
legendPosition Point
minX double
nTickX double
name string
plotarea System.Windows.Controls.Canvas
scaleArea System.Windows.Shapes.Rectangle
series List
title string
userMinX double
userMinY double

공개 메소드들

메소드 설명
plotData ( ) : System

메소드 상세

plotData() 공개 메소드

public plotData ( ) : System
리턴 System

프로퍼티 상세

displayLegend 공개적으로 프로퍼티

public bool displayLegend
리턴 bool

hoverVal 공개적으로 프로퍼티

public TextBlock,System.Windows.Controls hoverVal
리턴 System.Windows.Controls.TextBlock

labelX 공개적으로 프로퍼티

public string labelX
리턴 string

labelY 공개적으로 프로퍼티

public string labelY
리턴 string

legendPosition 공개적으로 프로퍼티

public Point legendPosition
리턴 Point

minX 공개적으로 프로퍼티

public double minX
리턴 double

nTickX 공개적으로 프로퍼티

public double nTickX
리턴 double

name 공개적으로 프로퍼티

public string name
리턴 string

plotarea 공개적으로 프로퍼티

public Canvas,System.Windows.Controls plotarea
리턴 System.Windows.Controls.Canvas

scaleArea 공개적으로 프로퍼티

public Rectangle,System.Windows.Shapes scaleArea
리턴 System.Windows.Shapes.Rectangle

series 공개적으로 프로퍼티

public List series
리턴 List

title 공개적으로 프로퍼티

public string title
리턴 string

userMinX 공개적으로 프로퍼티

public double userMinX
리턴 double

userMinY 공개적으로 프로퍼티

public double userMinY
리턴 double