C# 클래스 LiveCharts.Uwp.Series

Base WPF and WinForms series, this class is abstract
상속: Windows.UI.Xaml.FrameworkElement, ISeriesView
파일 보기 프로젝트 열기: beto-rodriguez/Live-Charts

공개 프로퍼티들

프로퍼티 타입 설명
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