C# Class LiveCharts.AxisSectionCore

Show file Open project: beto-rodriguez/Live-Charts

Public Methods

Method Description
AxisSectionCore ( IAxisSectionView view, ChartCore chart ) : LiveCharts.Charts

Initializes a new instance of the AxisSectionCore class.

Method Details

AxisSectionCore() public method

Initializes a new instance of the AxisSectionCore class.
public AxisSectionCore ( IAxisSectionView view, ChartCore chart ) : LiveCharts.Charts
view IAxisSectionView The view.
chart LiveCharts.Charts.ChartCore The chart.
return LiveCharts.Charts