C# Class LiveCharts.Wpf.Points.PiePointView

Inheritance: PointView, IPieSlicePointView
Mostra file Open project: beto-rodriguez/Live-Charts Class Usage Examples

Public Methods

Method Description
DrawOrMove ( ChartPoint previousDrawn, ChartPoint current, int index, ChartCore chart ) : void
OnHover ( ChartPoint point ) : void
OnHoverLeave ( ChartPoint point ) : void
RemoveFromView ( ChartCore chart ) : void

Method Details

DrawOrMove() public method

public DrawOrMove ( ChartPoint previousDrawn, ChartPoint current, int index, ChartCore chart ) : void
previousDrawn ChartPoint
current ChartPoint
index int
chart LiveCharts.Charts.ChartCore
return void

OnHover() public method

public OnHover ( ChartPoint point ) : void
point ChartPoint
return void

OnHoverLeave() public method

public OnHoverLeave ( ChartPoint point ) : void
point ChartPoint
return void

RemoveFromView() public method

public RemoveFromView ( ChartCore chart ) : void
chart LiveCharts.Charts.ChartCore
return void