Class HistogramSegment
Represents a segment for the HistogramSeries in a chart, displaying a vertical bar.
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
Namespace: Syncfusion.Maui.Charts
Assembly: Syncfusion.Maui.Charts.dll
Syntax
public class HistogramSegment : ColumnSegment, INotifyPropertyChanged
Constructors
HistogramSegment()
Declaration
public HistogramSegment()
Methods
Draw(ICanvas)
Draws the histogram segment on the specified canvas.
Declaration
protected override void Draw(ICanvas canvas)
Parameters
Type | Name | Description |
---|---|---|
Microsoft.Maui.Graphics.ICanvas | canvas |
Overrides
Implements
System.ComponentModel.INotifyPropertyChanged