C# Класс LiveCharts.Wpf.RowSeries

The Row series plots horizontal bars in a cartesian chart
Наследование: Series, IRowSeriesView
Показать файл Открыть проект

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

Свойство Тип Описание
LabelsPositionProperty System.Windows.DependencyProperty
MaxRowHeigthProperty System.Windows.DependencyProperty
RowPaddingProperty System.Windows.DependencyProperty

Открытые методы

Метод Описание
GetPointView ( ChartPoint point, string label ) : IChartPointView

Gets the point view.

RowSeries ( ) : System

Initializes a new instance of RowSeries class

RowSeries ( object configuration ) : System

Initializes a new instance of RowSeries class with a given mapper

Приватные методы

Метод Описание
InitializeDefuaults ( ) : void

Описание методов

GetPointView() публичный Метод

Gets the point view.
public GetPointView ( ChartPoint point, string label ) : IChartPointView
point ChartPoint The point.
label string The label.
Результат IChartPointView

RowSeries() публичный Метод

Initializes a new instance of RowSeries class
public RowSeries ( ) : System
Результат System

RowSeries() публичный Метод

Initializes a new instance of RowSeries class with a given mapper
public RowSeries ( object configuration ) : System
configuration object
Результат System

Описание свойств

LabelsPositionProperty публичное статическое свойство

The labels position property
public static DependencyProperty,System.Windows LabelsPositionProperty
Результат System.Windows.DependencyProperty

MaxRowHeigthProperty публичное статическое свойство

The maximum row heigth property
public static DependencyProperty,System.Windows MaxRowHeigthProperty
Результат System.Windows.DependencyProperty

RowPaddingProperty публичное статическое свойство

The row padding property
public static DependencyProperty,System.Windows RowPaddingProperty
Результат System.Windows.DependencyProperty