Class ChartSegment
Inheritance
System.Object
ChartSegment
Implements
System.ComponentModel.INotifyPropertyChanged
Assembly: Syncfusion.Maui.Charts.dll
Syntax
public abstract class ChartSegment : Object, INotifyPropertyChanged
Constructors
ChartSegment()
Declaration
Properties
AnimatedValue
Declaration
public float AnimatedValue { get; }
Property Value
Type |
Description |
System.Single |
|
Fill
Declaration
public Brush Fill { get; set; }
Property Value
Type |
Description |
Microsoft.Maui.Controls.Brush |
|
Opacity
Declaration
public float Opacity { get; set; }
Property Value
Type |
Description |
System.Single |
|
Series
Declaration
public ChartSeries Series { get; }
Property Value
Stroke
Declaration
public Brush Stroke { get; set; }
Property Value
Type |
Description |
Microsoft.Maui.Controls.Brush |
|
StrokeDashArray
Declaration
public DoubleCollection StrokeDashArray { get; set; }
Property Value
Type |
Description |
Microsoft.Maui.Controls.DoubleCollection |
|
StrokeWidth
Declaration
public double StrokeWidth { get; set; }
Property Value
Type |
Description |
System.Double |
|
Methods
Draw(ICanvas)
Declaration
protected virtual void Draw(ICanvas canvas)
Parameters
Type |
Name |
Description |
Microsoft.Maui.Graphics.ICanvas |
canvas |
|
OnLayout()
Declaration
protected virtual void OnLayout()
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
Description |
System.ComponentModel.PropertyChangedEventHandler |
|
Implements
System.ComponentModel.INotifyPropertyChanged