C# 클래스 Layout.AxisLayout

파일 보기 프로젝트 열기: jtalbot/Labeling

공개 프로퍼티들

프로퍼티 타입 설명
AxisDensity double
AxisFontSize double
algorithm Algorithm
options AxisLabeler.Options

공개 메소드들

메소드 설명
AxisLayout ( bool yAxis, Vector symbol, Range dataRange, Range visibleRange, Func ComputeLabelRect, RectangleF screen ) : System
layoutAxis ( ) : Axis

메소드 상세

AxisLayout() 공개 메소드

public AxisLayout ( bool yAxis, Vector symbol, Range dataRange, Range visibleRange, Func ComputeLabelRect, RectangleF screen ) : System
yAxis bool
symbol Vector
dataRange Range
visibleRange Range
ComputeLabelRect Func
screen System.Drawing.RectangleF
리턴 System

layoutAxis() 공개 메소드

public layoutAxis ( ) : Axis
리턴 Axis

프로퍼티 상세

AxisDensity 공개적으로 정적으로 프로퍼티

public static double AxisDensity
리턴 double

AxisFontSize 공개적으로 정적으로 프로퍼티

public static double AxisFontSize
리턴 double

algorithm 공개적으로 정적으로 프로퍼티

public static Algorithm algorithm
리턴 Algorithm

options 공개적으로 프로퍼티

public AxisLabeler.Options options
리턴 AxisLabeler.Options