Class HistogramSegment
Represents chart Histogram segment.
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public class HistogramSegment : ColumnSegment, INotifyPropertyChanged
Remarks
Class instance is created automatically by WINRT Chart building system.
Constructors
HistogramSegment()
Declaration
public HistogramSegment()
HistogramSegment(Double, Double, Double, Double, HistogramSeries)
Declaration
public HistogramSegment(double x1, double y1, double x2, double y2, HistogramSeries series)
Parameters
Type | Name | Description |
---|---|---|
System.Double | x1 | |
System.Double | y1 | |
System.Double | x2 | |
System.Double | y2 | |
HistogramSeries | series |
Implements
System.ComponentModel.INotifyPropertyChanged