C# Class LiveCharts.Wpf.StackedRowSeries

The stacked row series compares the proportion of every series in a point
Inheritance: LiveCharts.Wpf.Series.Series, IStackedRowSeriesView
Mostrar archivo Open project: beto-rodriguez/Live-Charts

Public Properties

Property Type Description
LabelsPositionProperty System.Windows.DependencyProperty
MaxRowHeightProperty System.Windows.DependencyProperty
RowPaddingProperty System.Windows.DependencyProperty
StackModeProperty System.Windows.DependencyProperty

Public Methods

Method Description
GetPointView ( ChartPoint point, string label ) : IChartPointView

Gets the view of a given point

StackedRowSeries ( ) : System

Initializes a new instance of StackedRow series class

StackedRowSeries ( object configuration ) : System

Initializes a new instance of StackedRow series class, with a given mapper

Private Methods

Method Description
InitializeDefuaults ( ) : void

Method Details

GetPointView() public method

Gets the view of a given point
public GetPointView ( ChartPoint point, string label ) : IChartPointView
point ChartPoint
label string
return IChartPointView

StackedRowSeries() public method

Initializes a new instance of StackedRow series class
public StackedRowSeries ( ) : System
return System

StackedRowSeries() public method

Initializes a new instance of StackedRow series class, with a given mapper
public StackedRowSeries ( 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

MaxRowHeightProperty public_oe static_oe property

The maximum row height property
public static DependencyProperty,System.Windows MaxRowHeightProperty
return System.Windows.DependencyProperty

RowPaddingProperty public_oe static_oe property

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

StackModeProperty public_oe static_oe property

The stack mode property
public static DependencyProperty,System.Windows StackModeProperty
return System.Windows.DependencyProperty