C# Class LiveCharts.Uwp.StepLineSeries

ThesStep line series
Inheritance: Series, IFondeable
Afficher le fichier Open project: beto-rodriguez/Live-Charts

Méthodes publiques

Свойство Type Description
AlternativeStrokeProperty Windows.UI.Xaml.DependencyProperty
PointForeroundProperty Windows.UI.Xaml.DependencyProperty
PointGeometrySizeProperty Windows.UI.Xaml.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,Windows.UI.Xaml AlternativeStrokeProperty
Résultat Windows.UI.Xaml.DependencyProperty

PointForeroundProperty public_oe static_oe property

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

PointGeometrySizeProperty public_oe static_oe property

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