C# Class LiveCharts.Wpf.HeatSeries

Use a HeatSeries in a cartesian chart to draw heat maps.
Inheritance: Series, IHeatSeriesView
Show file Open project: beto-rodriguez/Live-Charts

Public Properties

Property Type Description
DrawsHeatRangeProperty System.Windows.DependencyProperty
GradientStopCollectionProperty System.Windows.DependencyProperty

Private Properties

Property Type Description
InitializeDefuaults void

Public Methods

Method Description
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

Private Methods

Method Description
InitializeDefuaults ( ) : void

Method Details

DrawSpecializedElements() public method

Defines special elements to draw according to the series type
public DrawSpecializedElements ( ) : void
return void

Erase() public method

Erases series
public Erase ( bool removeFromView = true ) : void
removeFromView bool
return void

GetPointView() public method

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

HeatSeries() public method

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

HeatSeries() public method

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

InitializeColors() public method

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

PlaceSpecializedElements() public method

Places specializes items
public PlaceSpecializedElements ( ) : void
return void

Property Details

DrawsHeatRangeProperty public static property

The draws heat range property
public static DependencyProperty,System.Windows DrawsHeatRangeProperty
return System.Windows.DependencyProperty

GradientStopCollectionProperty public static property

The gradient stop collection property
public static DependencyProperty,System.Windows GradientStopCollectionProperty
return System.Windows.DependencyProperty