Skip to main content

Class HistogramChartSeries

Represents a series in a histogram chart.

Assembly: MicroLayout.dll
View Source
Declaration
public class HistogramChartSeries : INotifyPropertyChanged

Implements:
System.ComponentModel.INotifyPropertyChanged

Properties

ForegroundColor

Gets or sets the foreground color of the series.

View Source
Declaration
public Color ForegroundColor { get; set; }

DataElements

Gets or sets the data elements of the series, where each element is a tuple containing X and Y values.

View Source
Declaration
public IEnumerable<(int X, int Y)> DataElements { get; set; }

Events

PropertyChanged

Occurs when a property value changes.

View Source
Declaration
public event PropertyChangedEventHandler? PropertyChanged
Event Type

System.ComponentModel.PropertyChangedEventHandler

Implements

  • System.ComponentModel.INotifyPropertyChanged