C# Class LiveCharts.Wpf.RowSeries

The Row series plots horizontal bars in a cartesian chart
Inheritance: Series, IRowSeriesView
Mostrar archivo Open project: beto-rodriguez/Live-Charts

Public Properties

Property Type Description
LabelsPositionProperty System.Windows.DependencyProperty
MaxRowHeigthProperty System.Windows.DependencyProperty
RowPaddingProperty System.Windows.DependencyProperty

Public Methods

Method Description
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

Private Methods

Method Description
InitializeDefuaults ( ) : void

Method Details

GetPointView() public method

Gets the point view.
public GetPointView ( ChartPoint point, string label ) : IChartPointView
point ChartPoint The point.
label string The label.
return IChartPointView

RowSeries() public method

Initializes a new instance of RowSeries class
public RowSeries ( ) : System
return System

RowSeries() public method

Initializes a new instance of RowSeries class with a given mapper
public RowSeries ( object configuration ) : System
configuration object
return System

Property Details

LabelsPositionProperty public_oe static_oe property

The labels position property
public static DependencyProperty,System.Windows LabelsPositionProperty
return System.Windows.DependencyProperty

MaxRowHeigthProperty public_oe static_oe property

The maximum row heigth property
public static DependencyProperty,System.Windows MaxRowHeigthProperty
return System.Windows.DependencyProperty

RowPaddingProperty public_oe static_oe property

The row padding property
public static DependencyProperty,System.Windows RowPaddingProperty
return System.Windows.DependencyProperty