C# Class LiveCharts.Wpf.StepLineSeries

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

Méthodes publiques

Свойство Type Description
AlternativeStrokeProperty System.Windows.DependencyProperty
PointForeroundProperty System.Windows.DependencyProperty
PointGeometrySizeProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode 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

Méthode Description
InitializeDefuaults ( ) : void

Method Details

GetPointView() public méthode

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

InitializeColors() public méthode

Initializes the series colors if they are not set
public InitializeColors ( ) : void
Résultat void

StepLineSeries() public méthode

Initializes a new instance of BubbleSeries class
public StepLineSeries ( ) : System
Résultat System

StepLineSeries() public méthode

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

Property Details

AlternativeStrokeProperty public_oe static_oe property

The alternative stroke property
public static DependencyProperty,System.Windows AlternativeStrokeProperty
Résultat System.Windows.DependencyProperty

PointForeroundProperty public_oe static_oe property

The point foreround property
public static DependencyProperty,System.Windows PointForeroundProperty
Résultat System.Windows.DependencyProperty

PointGeometrySizeProperty public_oe static_oe property

The point geometry size property
public static DependencyProperty,System.Windows PointGeometrySizeProperty
Résultat System.Windows.DependencyProperty