C# Class LiveCharts.Wpf.ColumnSeries

Use the column series to plot horizontal bars in a cartesian chart
Inheritance: Series, IColumnSeriesView
Show file Open project: beto-rodriguez/Live-Charts Class Usage Examples

Public Properties

Property Type Description
ColumnPaddingProperty System.Windows.DependencyProperty
LabelsPositionProperty System.Windows.DependencyProperty
MaxColumnWidthProperty System.Windows.DependencyProperty

Public Methods

Method Description
ColumnSeries ( ) : System

Initializes a new instance of ColumnSeries class

ColumnSeries ( object configuration ) : System

Initializes a new instance of ColumnSeries class, using a given mapper

GetPointView ( ChartPoint point, string label ) : IChartPointView

Gets the view of a given point

Private Methods

Method Description
InitializeDefuaults ( ) : void

Method Details

ColumnSeries() public method

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

ColumnSeries() public method

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

GetPointView() public method

Gets the view of a given point
public GetPointView ( ChartPoint point, string label ) : IChartPointView
point ChartPoint
label string
return IChartPointView

Property Details

ColumnPaddingProperty public static property

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

LabelsPositionProperty public static property

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

MaxColumnWidthProperty public static property

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