C# Class LiveCharts.Uwp.StackedColumnSeries

The stacked column series compares the proportion of every series in a point
Inheritance: Series, IStackedColumnSeriesView
Datei anzeigen Open project: beto-rodriguez/Live-Charts

Public Properties

Property Type Description
ColumnPaddingProperty Windows.UI.Xaml.DependencyProperty
LabelsPositionProperty Windows.UI.Xaml.DependencyProperty
MaxColumnWidthProperty Windows.UI.Xaml.DependencyProperty
StackModeProperty Windows.UI.Xaml.DependencyProperty

Public Methods

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

Gets the view of a given point

StackedColumnSeries ( ) : System

Initializes a new instance of StackedColumnSeries class

StackedColumnSeries ( object configuration ) : System

Initializes a new instance of StackedColumnSeries 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

StackedColumnSeries() public method

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

StackedColumnSeries() public method

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

Property Details

ColumnPaddingProperty public_oe static_oe property

The column padding property
public static DependencyProperty,Windows.UI.Xaml ColumnPaddingProperty
return Windows.UI.Xaml.DependencyProperty

LabelsPositionProperty public_oe static_oe property

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

MaxColumnWidthProperty public_oe static_oe property

The maximum column width property
public static DependencyProperty,Windows.UI.Xaml MaxColumnWidthProperty
return Windows.UI.Xaml.DependencyProperty

StackModeProperty public_oe static_oe property

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