C# Class LiveCharts.Uwp.StackedAreaSeries

The stacked area compares trends and percentage, add this series to a cartesian chart
Inheritance: LineSeries, IStackedAreaSeriesView
显示文件 Open project: beto-rodriguez/Live-Charts

Public Properties

Property Type Description
StackModeProperty Windows.UI.Xaml.DependencyProperty

Public Methods

Method Description
OnSeriesUpdateStart ( ) : void

This method runs when the update starts

StackedAreaSeries ( ) : System

Initializes a new instance of StackedAreaSeries class

StackedAreaSeries ( object configuration ) : System

Initializes a new instance of StackedAreaSeries class, with a given mapper

Private Methods

Method Description
InitializeDefuaults ( ) : void

Method Details

OnSeriesUpdateStart() public method

This method runs when the update starts
public OnSeriesUpdateStart ( ) : void
return void

StackedAreaSeries() public method

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

StackedAreaSeries() public method

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

Property Details

StackModeProperty public_oe static_oe property

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