C# 클래스 LiveCharts.Uwp.HeatSeries

Use a HeatSeries in a cartesian chart to draw heat maps.
상속: Series, IHeatSeriesView
파일 보기 프로젝트 열기: beto-rodriguez/Live-Charts

공개 프로퍼티들

프로퍼티 타입 설명
DrawsHeatRangeProperty Windows.UI.Xaml.DependencyProperty
GradientStopCollectionProperty Windows.UI.Xaml.DependencyProperty

Private Properties

프로퍼티 타입 설명
InitializeDefuaults void

공개 메소드들

메소드 설명
DrawSpecializedElements ( ) : void

Defines special elements to draw according to the series type

Erase ( bool removeFromView = true ) : void

Erases series

GetPointView ( ChartPoint point, string label ) : IChartPointView

Gets the view of a given point

HeatSeries ( ) : System

Initializes a new instance of HeatSeries class

HeatSeries ( object configuration ) : System

Initializes a new instance of HeatSries class, using a given mapper

InitializeColors ( ) : void

Initializes the series colors if they are not set

PlaceSpecializedElements ( ) : void

Places specializes items

비공개 메소드들

메소드 설명
InitializeDefuaults ( ) : void

메소드 상세

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

GetPointView() 공개 메소드

Gets the view of a given point
public GetPointView ( ChartPoint point, string label ) : IChartPointView
point ChartPoint
label string
리턴 IChartPointView

HeatSeries() 공개 메소드

Initializes a new instance of HeatSeries class
public HeatSeries ( ) : System
리턴 System

HeatSeries() 공개 메소드

Initializes a new instance of HeatSries class, using a given mapper
public HeatSeries ( object configuration ) : System
configuration object
리턴 System

InitializeColors() 공개 메소드

Initializes the series colors if they are not set
public InitializeColors ( ) : void
리턴 void

PlaceSpecializedElements() 공개 메소드

Places specializes items
public PlaceSpecializedElements ( ) : void
리턴 void

프로퍼티 상세

DrawsHeatRangeProperty 공개적으로 정적으로 프로퍼티

The draws heat range property
public static DependencyProperty,Windows.UI.Xaml DrawsHeatRangeProperty
리턴 Windows.UI.Xaml.DependencyProperty

GradientStopCollectionProperty 공개적으로 정적으로 프로퍼티

The gradient stop collection property
public static DependencyProperty,Windows.UI.Xaml GradientStopCollectionProperty
리턴 Windows.UI.Xaml.DependencyProperty