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

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

Private Properties

Свойство Type Description
GetMarginForNonCategoryAxis double
IRangeProviderGetRange Range
UpdateDataItemPlacement void

Méthodes protégées

Méthode 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

Méthode 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 méthode

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

AcquireIndependentAxis() protected méthode

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

IValueMarginProviderGetValueMargins() protected méthode

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

StackedBarColumnSeries() protected méthode

Initializes a new instance of the StackedBarColumnSeries class.
protected StackedBarColumnSeries ( ) : System
Résultat System