Class RadialBarSegment
Represents a segment of a radial bar chart.
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
Namespace: Syncfusion.Maui.Charts
Assembly: Syncfusion.Maui.Charts.dll
Syntax
public class RadialBarSegment : ChartSegment, INotifyPropertyChanged
Constructors
RadialBarSegment()
Declaration
public RadialBarSegment()
Properties
EndAngle
Gets a value that represents segment rendering position.
Declaration
public float EndAngle { get; }
Property Value
Type |
---|
System.Single |
StartAngle
Gets a value that represents segment start rendering position.
Declaration
public float StartAngle { get; }
Property Value
Type |
---|
System.Single |
Methods
Draw(ICanvas)
Declaration
protected override void Draw(ICanvas canvas)
Parameters
Type | Name | Description |
---|---|---|
Microsoft.Maui.Graphics.ICanvas | canvas |
Overrides
OnLayout()
Declaration
protected override void OnLayout()
Overrides
Implements
System.ComponentModel.INotifyPropertyChanged