C# Class Layout.AxisLayout

Show file 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 static property

public static double AxisDensity
return double

AxisFontSize public static property

public static double AxisFontSize
return double

algorithm public static property

public static Algorithm algorithm
return Algorithm

options public property

public AxisLabeler.Options options
return AxisLabeler.Options