Class RadialBarSegment
Represents a segment of the RadialBarSeries chart.
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
Namespace: Syncfusion.Maui.Toolkit.Charts
Assembly: Syncfusion.Maui.Toolkit.dll
Syntax
public class RadialBarSegment : ChartSegment, INotifyPropertyChanged
Constructors
RadialBarSegment()
Declaration
public RadialBarSegment()
Properties
EndAngle
Gets the end angle of the radial bar segment.
Declaration
public float EndAngle { get; }
Property Value
| Type |
|---|
| System.Single |
StartAngle
Gets the start angle of the radial bar segment.
Declaration
public float StartAngle { get; }
Property Value
| Type |
|---|
| System.Single |
Methods
Draw(ICanvas)
Draws a segment for the specified chart series or charts.
Declaration
protected override void Draw(ICanvas canvas)
Parameters
| Type | Name | Description |
|---|---|---|
| Microsoft.Maui.Graphics.ICanvas | canvas |
Overrides
OnLayout()
Calculates the required values for rendering the chart segment.
Declaration
protected override void OnLayout()
Overrides
Implements
System.ComponentModel.INotifyPropertyChanged