C# Class WinRTXamlToolkit.Controls.DataVisualization.Charting.Compatible.BarSeries

Inheritance: StackedBarSeries
Show file Open project: xyzzer/WinRTXamlToolkit

Public Properties

Property Type Description
DataPointStyleProperty DependencyProperty
DependentRangeAxisProperty DependencyProperty
IsSelectionEnabledProperty DependencyProperty
ItemsSourceProperty DependencyProperty
LegendItemStyleProperty DependencyProperty
TitleProperty DependencyProperty
TransitionDurationProperty DependencyProperty
TransitionEasingFunctionProperty DependencyProperty

Public Methods

Method Description
BarSeries ( ) : System.Collections

Initializes a new instance of the BarSeries class.

Method Details

BarSeries() public method

Initializes a new instance of the BarSeries class.
public BarSeries ( ) : System.Collections
return System.Collections

Property Details

DataPointStyleProperty public static property

Identifies the DataPointStyle dependency property.
public static DependencyProperty DataPointStyleProperty
return DependencyProperty

DependentRangeAxisProperty public static property

Identifies the DependentRangeAxis dependency property.
public static DependencyProperty DependentRangeAxisProperty
return DependencyProperty

IsSelectionEnabledProperty public static property

Identifies the IsSelectionEnabled dependency property.
public static DependencyProperty IsSelectionEnabledProperty
return DependencyProperty

ItemsSourceProperty public static property

Identifies the ItemsSource dependency property.
public static DependencyProperty ItemsSourceProperty
return DependencyProperty

LegendItemStyleProperty public static property

Identifies the LegendItemStyle dependency property.
public static DependencyProperty LegendItemStyleProperty
return DependencyProperty

TitleProperty public static property

Identifies the Title dependency property.
public static DependencyProperty TitleProperty
return DependencyProperty

TransitionDurationProperty public static property

Identifies the TransitionDuration dependency property.
public static DependencyProperty TransitionDurationProperty
return DependencyProperty

TransitionEasingFunctionProperty public static property

Identifies the TransitionEasingFunction dependency property.
public static DependencyProperty TransitionEasingFunctionProperty
return DependencyProperty