C# Class Layout.AxisLayout

显示文件 Open project: jtalbot/Labeling

Public Properties

Property Type Description
AxisDensity double
AxisFontSize double
algorithm Algorithm
options AxisLabeler.Options

Public Methods

Method Description
AxisLayout ( bool yAxis, Vector symbol, Range dataRange, Range visibleRange, Func ComputeLabelRect, RectangleF screen ) : System
layoutAxis ( ) : Axis

Method Details

AxisLayout() public method

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
return System

layoutAxis() public method

public layoutAxis ( ) : Axis
return Axis

Property Details

AxisDensity public_oe static_oe property

public static double AxisDensity
return double

AxisFontSize public_oe static_oe property

public static double AxisFontSize
return double

algorithm public_oe static_oe property

public static Algorithm algorithm
return Algorithm

options public_oe property

public AxisLabeler.Options options
return AxisLabeler.Options