C# Class LiveCharts.Wpf.StepLineSeries

The Step line series.
Inheritance: Series, IFondeable
Mostrar archivo Open project: beto-rodriguez/Live-Charts Class Usage Examples

Public Properties

Property Type Description
AlternativeStrokeProperty System.Windows.DependencyProperty
PointForeroundProperty System.Windows.DependencyProperty
PointGeometrySizeProperty System.Windows.DependencyProperty

Public Methods

Method Description
GetPointView ( ChartPoint point, string label ) : IChartPointView

Gets the view of a given point

InitializeColors ( ) : void

Initializes the series colors if they are not set

StepLineSeries ( ) : System

Initializes a new instance of BubbleSeries class

StepLineSeries ( object configuration ) : System

Initializes a new instance of BubbleSeries class using a given mapper

Private Methods

Method Description
InitializeDefuaults ( ) : void

Method Details

GetPointView() public method

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

InitializeColors() public method

Initializes the series colors if they are not set
public InitializeColors ( ) : void
return void

StepLineSeries() public method

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

StepLineSeries() public method

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

Property Details

AlternativeStrokeProperty public_oe static_oe property

The alternative stroke property
public static DependencyProperty,System.Windows AlternativeStrokeProperty
return System.Windows.DependencyProperty

PointForeroundProperty public_oe static_oe property

The point foreround property
public static DependencyProperty,System.Windows PointForeroundProperty
return System.Windows.DependencyProperty

PointGeometrySizeProperty public_oe static_oe property

The point geometry size property
public static DependencyProperty,System.Windows PointGeometrySizeProperty
return System.Windows.DependencyProperty