C# Класс LiveCharts.Uwp.Series

Base WPF and WinForms series, this class is abstract
Наследование: Windows.UI.Xaml.FrameworkElement, ISeriesView
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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

Свойство Тип Описание
BindATextBlock Windows.UI.Xaml.Controls.TextBlock
GetValuesForDesigner IChartValues
OnIsVisibleChanged void
OnValuesInstanceChanged void

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
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

Приватные методы

Метод Описание
BindATextBlock ( int rotate ) : TextBlock
GetValuesForDesigner ( ) : IChartValues
OnIsVisibleChanged ( DependencyObject sender, DependencyProperty e ) : void
OnValuesInstanceChanged ( DependencyObject dependencyObject, DependencyPropertyChangedEventArgs dependencyPropertyChangedEventArgs ) : void

Описание методов

CallChartUpdater() защищенный статический Метод

Calls the chart updater.
protected static CallChartUpdater ( bool animate = false ) : PropertyChangedCallback
animate bool if set to true [animate].
Результат PropertyChangedCallback

DrawSpecializedElements() публичный Метод

Defines special elements to draw according to the series type
public DrawSpecializedElements ( ) : void
Результат void

Erase() публичный Метод

Erases series
public Erase ( bool removeFromView = true ) : void
removeFromView bool
Результат void

GetLabelPointFormatter() публичный Метод

Gets the label point formatter.
public GetLabelPointFormatter ( ) : string>.Func
Результат string>.Func

GetPointView() публичный Метод

Gets the view of a given point
public GetPointView ( ChartPoint point, string label ) : IChartPointView
point ChartPoint
label string
Результат IChartPointView

InitializeColors() публичный Метод

Initializes the series colors if they are not set
public InitializeColors ( ) : void
Результат void

OnSeriesUpdateStart() публичный Метод

This method runs when the update starts
public OnSeriesUpdateStart ( ) : void
Результат void

OnSeriesUpdatedFinish() публичный Метод

This method runs when the update finishes
public OnSeriesUpdatedFinish ( ) : void
Результат void

PlaceSpecializedElements() публичный Метод

Places specializes items
public PlaceSpecializedElements ( ) : void
Результат void

Series() защищенный Метод

Initializes a new Instance of Series
protected Series ( ) : System
Результат System

Series() защищенный Метод

Initializes a new Instance of series, with a given configuration
protected Series ( object configuration ) : System
configuration object
Результат System

Описание свойств

ConfigurationProperty публичное статическое свойство

The configuration property
public static DependencyProperty,Windows.UI.Xaml ConfigurationProperty
Результат Windows.UI.Xaml.DependencyProperty

DataLabelsProperty публичное статическое свойство

The data labels property
public static DependencyProperty,Windows.UI.Xaml DataLabelsProperty
Результат Windows.UI.Xaml.DependencyProperty

FillProperty публичное статическое свойство

The fill property
public static DependencyProperty,Windows.UI.Xaml FillProperty
Результат Windows.UI.Xaml.DependencyProperty

FontFamilyProperty публичное статическое свойство

The font family property
public static DependencyProperty,Windows.UI.Xaml FontFamilyProperty
Результат Windows.UI.Xaml.DependencyProperty

FontSizeProperty публичное статическое свойство

The font size property
public static DependencyProperty,Windows.UI.Xaml FontSizeProperty
Результат Windows.UI.Xaml.DependencyProperty

FontStretchProperty публичное статическое свойство

The font stretch property
public static DependencyProperty,Windows.UI.Xaml FontStretchProperty
Результат Windows.UI.Xaml.DependencyProperty

FontStyleProperty публичное статическое свойство

The font style property
public static DependencyProperty,Windows.UI.Xaml FontStyleProperty
Результат Windows.UI.Xaml.DependencyProperty

FontWeightProperty публичное статическое свойство

The font weight property
public static DependencyProperty,Windows.UI.Xaml FontWeightProperty
Результат Windows.UI.Xaml.DependencyProperty

ForegroundProperty публичное статическое свойство

The foreground property
public static DependencyProperty,Windows.UI.Xaml ForegroundProperty
Результат Windows.UI.Xaml.DependencyProperty

LabelPointProperty публичное статическое свойство

The label point property
public static DependencyProperty,Windows.UI.Xaml LabelPointProperty
Результат Windows.UI.Xaml.DependencyProperty

PointGeometryProperty публичное статическое свойство

The point geometry property
public static DependencyProperty,Windows.UI.Xaml PointGeometryProperty
Результат Windows.UI.Xaml.DependencyProperty

ScalesXAtProperty публичное статическое свойство

The scales x at property
public static DependencyProperty,Windows.UI.Xaml ScalesXAtProperty
Результат Windows.UI.Xaml.DependencyProperty

ScalesYAtProperty публичное статическое свойство

The scales y at property
public static DependencyProperty,Windows.UI.Xaml ScalesYAtProperty
Результат Windows.UI.Xaml.DependencyProperty

StrokeDashArrayProperty публичное статическое свойство

The stroke dash array property
public static DependencyProperty,Windows.UI.Xaml StrokeDashArrayProperty
Результат Windows.UI.Xaml.DependencyProperty

StrokeProperty публичное статическое свойство

The stroke property
public static DependencyProperty,Windows.UI.Xaml StrokeProperty
Результат Windows.UI.Xaml.DependencyProperty

StrokeThicknessProperty публичное статическое свойство

The stroke thickness property
public static DependencyProperty,Windows.UI.Xaml StrokeThicknessProperty
Результат Windows.UI.Xaml.DependencyProperty

TitleProperty публичное статическое свойство

The title property
public static DependencyProperty,Windows.UI.Xaml TitleProperty
Результат Windows.UI.Xaml.DependencyProperty

ValuesProperty публичное статическое свойство

The values property
public static DependencyProperty,Windows.UI.Xaml ValuesProperty
Результат Windows.UI.Xaml.DependencyProperty