C# Class LiveCharts.Uwp.Series

Base WPF and WinForms series, this class is abstract
Inheritance: Windows.UI.Xaml.FrameworkElement, ISeriesView
Afficher le fichier Open project: beto-rodriguez/Live-Charts

Méthodes publiques

Свойство Type Description
ConfigurationProperty Windows.UI.Xaml.DependencyProperty
DataLabelsProperty Windows.UI.Xaml.DependencyProperty
FillProperty Windows.UI.Xaml.DependencyProperty
FontFamilyProperty Windows.UI.Xaml.DependencyProperty
FontSizeProperty Windows.UI.Xaml.DependencyProperty
FontStretchProperty Windows.UI.Xaml.DependencyProperty
FontStyleProperty Windows.UI.Xaml.DependencyProperty
FontWeightProperty Windows.UI.Xaml.DependencyProperty
ForegroundProperty Windows.UI.Xaml.DependencyProperty
LabelPointProperty Windows.UI.Xaml.DependencyProperty
PointGeometryProperty Windows.UI.Xaml.DependencyProperty
ScalesXAtProperty Windows.UI.Xaml.DependencyProperty
ScalesYAtProperty Windows.UI.Xaml.DependencyProperty
StrokeDashArrayProperty Windows.UI.Xaml.DependencyProperty
StrokeProperty Windows.UI.Xaml.DependencyProperty
StrokeThicknessProperty Windows.UI.Xaml.DependencyProperty
TitleProperty Windows.UI.Xaml.DependencyProperty
ValuesProperty Windows.UI.Xaml.DependencyProperty

Private Properties

Свойство Type Description
BindATextBlock Windows.UI.Xaml.Controls.TextBlock
GetValuesForDesigner IChartValues
OnIsVisibleChanged void
OnValuesInstanceChanged void

Méthodes publiques

Méthode Description
DrawSpecializedElements ( ) : void

Defines special elements to draw according to the series type

Erase ( bool removeFromView = true ) : void

Erases series

GetLabelPointFormatter ( ) : string>.Func

Gets the label point formatter.

GetPointView ( ChartPoint point, string label ) : IChartPointView

Gets the view of a given point

InitializeColors ( ) : void

Initializes the series colors if they are not set

OnSeriesUpdateStart ( ) : void

This method runs when the update starts

OnSeriesUpdatedFinish ( ) : void

This method runs when the update finishes

PlaceSpecializedElements ( ) : void

Places specializes items

Méthodes protégées

Méthode Description
CallChartUpdater ( bool animate = false ) : PropertyChangedCallback

Calls the chart updater.

Series ( ) : System

Initializes a new Instance of Series

Series ( object configuration ) : System

Initializes a new Instance of series, with a given configuration

Private Methods

Méthode Description
BindATextBlock ( int rotate ) : TextBlock
GetValuesForDesigner ( ) : IChartValues
OnIsVisibleChanged ( DependencyObject sender, DependencyProperty e ) : void
OnValuesInstanceChanged ( DependencyObject dependencyObject, DependencyPropertyChangedEventArgs dependencyPropertyChangedEventArgs ) : void

Method Details

CallChartUpdater() protected static méthode

Calls the chart updater.
protected static CallChartUpdater ( bool animate = false ) : PropertyChangedCallback
animate bool if set to true [animate].
Résultat PropertyChangedCallback

DrawSpecializedElements() public méthode

Defines special elements to draw according to the series type
public DrawSpecializedElements ( ) : void
Résultat void

Erase() public méthode

Erases series
public Erase ( bool removeFromView = true ) : void
removeFromView bool
Résultat void

GetLabelPointFormatter() public méthode

Gets the label point formatter.
public GetLabelPointFormatter ( ) : string>.Func
Résultat string>.Func

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

OnSeriesUpdateStart() public méthode

This method runs when the update starts
public OnSeriesUpdateStart ( ) : void
Résultat void

OnSeriesUpdatedFinish() public méthode

This method runs when the update finishes
public OnSeriesUpdatedFinish ( ) : void
Résultat void

PlaceSpecializedElements() public méthode

Places specializes items
public PlaceSpecializedElements ( ) : void
Résultat void

Series() protected méthode

Initializes a new Instance of Series
protected Series ( ) : System
Résultat System

Series() protected méthode

Initializes a new Instance of series, with a given configuration
protected Series ( object configuration ) : System
configuration object
Résultat System

Property Details

ConfigurationProperty public_oe static_oe property

The configuration property
public static DependencyProperty,Windows.UI.Xaml ConfigurationProperty
Résultat Windows.UI.Xaml.DependencyProperty

DataLabelsProperty public_oe static_oe property

The data labels property
public static DependencyProperty,Windows.UI.Xaml DataLabelsProperty
Résultat Windows.UI.Xaml.DependencyProperty

FillProperty public_oe static_oe property

The fill property
public static DependencyProperty,Windows.UI.Xaml FillProperty
Résultat Windows.UI.Xaml.DependencyProperty

FontFamilyProperty public_oe static_oe property

The font family property
public static DependencyProperty,Windows.UI.Xaml FontFamilyProperty
Résultat Windows.UI.Xaml.DependencyProperty

FontSizeProperty public_oe static_oe property

The font size property
public static DependencyProperty,Windows.UI.Xaml FontSizeProperty
Résultat Windows.UI.Xaml.DependencyProperty

FontStretchProperty public_oe static_oe property

The font stretch property
public static DependencyProperty,Windows.UI.Xaml FontStretchProperty
Résultat Windows.UI.Xaml.DependencyProperty

FontStyleProperty public_oe static_oe property

The font style property
public static DependencyProperty,Windows.UI.Xaml FontStyleProperty
Résultat Windows.UI.Xaml.DependencyProperty

FontWeightProperty public_oe static_oe property

The font weight property
public static DependencyProperty,Windows.UI.Xaml FontWeightProperty
Résultat Windows.UI.Xaml.DependencyProperty

ForegroundProperty public_oe static_oe property

The foreground property
public static DependencyProperty,Windows.UI.Xaml ForegroundProperty
Résultat Windows.UI.Xaml.DependencyProperty

LabelPointProperty public_oe static_oe property

The label point property
public static DependencyProperty,Windows.UI.Xaml LabelPointProperty
Résultat Windows.UI.Xaml.DependencyProperty

PointGeometryProperty public_oe static_oe property

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

ScalesXAtProperty public_oe static_oe property

The scales x at property
public static DependencyProperty,Windows.UI.Xaml ScalesXAtProperty
Résultat Windows.UI.Xaml.DependencyProperty

ScalesYAtProperty public_oe static_oe property

The scales y at property
public static DependencyProperty,Windows.UI.Xaml ScalesYAtProperty
Résultat Windows.UI.Xaml.DependencyProperty

StrokeDashArrayProperty public_oe static_oe property

The stroke dash array property
public static DependencyProperty,Windows.UI.Xaml StrokeDashArrayProperty
Résultat Windows.UI.Xaml.DependencyProperty

StrokeProperty public_oe static_oe property

The stroke property
public static DependencyProperty,Windows.UI.Xaml StrokeProperty
Résultat Windows.UI.Xaml.DependencyProperty

StrokeThicknessProperty public_oe static_oe property

The stroke thickness property
public static DependencyProperty,Windows.UI.Xaml StrokeThicknessProperty
Résultat Windows.UI.Xaml.DependencyProperty

TitleProperty public_oe static_oe property

The title property
public static DependencyProperty,Windows.UI.Xaml TitleProperty
Résultat Windows.UI.Xaml.DependencyProperty

ValuesProperty public_oe static_oe property

The values property
public static DependencyProperty,Windows.UI.Xaml ValuesProperty
Résultat Windows.UI.Xaml.DependencyProperty