C# Class Layout.AxisLayout

Afficher le fichier Open project: jtalbot/Labeling

Méthodes publiques

Свойство Type Description
AxisDensity double
AxisFontSize double
algorithm Algorithm
options AxisLabeler.Options

Méthodes publiques

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

Method Details

AxisLayout() public méthode

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
Résultat System

layoutAxis() public méthode

public layoutAxis ( ) : Axis
Résultat Axis

Property Details

AxisDensity public_oe static_oe property

public static double AxisDensity
Résultat double

AxisFontSize public_oe static_oe property

public static double AxisFontSize
Résultat double

algorithm public_oe static_oe property

public static Algorithm algorithm
Résultat Algorithm

options public_oe property

public AxisLabeler.Options options
Résultat AxisLabeler.Options