C# Class WinRTXamlToolkit.Controls.DataVisualization.Charting.StackedBarColumnSeries

Control base class for displaying values as a stacked bar/column chart visualization.
Inheritance: DefinitionSeries, IAnchoredToOrigin
Mostrar archivo Open project: xyzzer/WinRTXamlToolkit

Private Properties

Property Type Description
GetMarginForNonCategoryAxis double
IRangeProviderGetRange Range
UpdateDataItemPlacement void

Protected Methods

Method Description
AcquireDependentAxis ( ) : IAxis

Acquires a dependent axis suitable for use with the data values of the series.

AcquireIndependentAxis ( ) : IAxis

Acquires an independent axis suitable for use with the data values of the series.

IValueMarginProviderGetValueMargins ( IValueMarginConsumer valueMarginConsumer ) : IEnumerable

Returns the value margins for the data points of the series.

StackedBarColumnSeries ( ) : System

Initializes a new instance of the StackedBarColumnSeries class.

Private Methods

Method Description
GetMarginForNonCategoryAxis ( IAxis axis ) : double

Gets the margin to use for an independent axis that does not implement ICategoryAxis.

IRangeProviderGetRange ( IRangeConsumer rangeConsumer ) : Range
UpdateDataItemPlacement ( IEnumerable dataItems ) : void

Method Details

AcquireDependentAxis() protected method

Acquires a dependent axis suitable for use with the data values of the series.
protected AcquireDependentAxis ( ) : IAxis
return IAxis

AcquireIndependentAxis() protected method

Acquires an independent axis suitable for use with the data values of the series.
protected AcquireIndependentAxis ( ) : IAxis
return IAxis

IValueMarginProviderGetValueMargins() protected method

Returns the value margins for the data points of the series.
protected IValueMarginProviderGetValueMargins ( IValueMarginConsumer valueMarginConsumer ) : IEnumerable
valueMarginConsumer IValueMarginConsumer Consumer of the value margins.
return IEnumerable

StackedBarColumnSeries() protected method

Initializes a new instance of the StackedBarColumnSeries class.
protected StackedBarColumnSeries ( ) : System
return System