C# Класс Layout.AxisLayout

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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