Class ChartSegment
Inheritance
System.Object
ChartSegment
Implements
System.ComponentModel.INotifyPropertyChanged
Assembly: Syncfusion.Chart.WinUI.dll
Syntax
public abstract class ChartSegment : DependencyObject, INotifyPropertyChanged
Constructors
ChartSegment()
Declaration
Fields
FillProperty
The DependencyProperty for Fill property.
Declaration
public static readonly DependencyProperty FillProperty
Field Value
Type |
Description |
Microsoft.UI.Xaml.DependencyProperty |
|
StrokeDashArrayProperty
Declaration
public static readonly DependencyProperty StrokeDashArrayProperty
Field Value
Type |
Description |
Microsoft.UI.Xaml.DependencyProperty |
|
StrokeProperty
The DependencyProperty for Stroke property.
Declaration
public static readonly DependencyProperty StrokeProperty
Field Value
Type |
Description |
Microsoft.UI.Xaml.DependencyProperty |
|
StrokeThicknessProperty
Declaration
public static readonly DependencyProperty StrokeThicknessProperty
Field Value
Type |
Description |
Microsoft.UI.Xaml.DependencyProperty |
|
Properties
Fill
Declaration
public Brush Fill { get; set; }
Property Value
Type |
Description |
Microsoft.UI.Xaml.Media.Brush |
|
Item
Declaration
public object Item { get; set; }
Property Value
Type |
Description |
System.Object |
|
PolygonPoints
Declaration
public PointCollection PolygonPoints { get; set; }
Property Value
Type |
Description |
Microsoft.UI.Xaml.Media.PointCollection |
|
Series
Declaration
public ChartSeries Series { get; }
Property Value
Stroke
Declaration
public Brush Stroke { get; set; }
Property Value
Type |
Description |
Microsoft.UI.Xaml.Media.Brush |
|
StrokeDashArray
Declaration
public DoubleCollection StrokeDashArray { get; set; }
Property Value
Type |
Description |
Microsoft.UI.Xaml.Media.DoubleCollection |
|
StrokeThickness
Declaration
public double StrokeThickness { get; set; }
Property Value
Type |
Description |
System.Double |
|
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
Description |
System.ComponentModel.PropertyChangedEventHandler |
|
Implements
System.ComponentModel.INotifyPropertyChanged