Class ChartSegment

    Show / Hide Table of Contents

    Class ChartSegment

    Inheritance
    System.Object
    ChartSegment
    AreaSegment
    BubbleSegment
    ChartDataLabel
    ColumnSegment
    DoughnutSegment
    FastColumnBitmapSegment
    FastLineBitmapSegment
    FastLineSegment
    FastScatterBitmapSegment
    FastStepLineBitmapSegment
    FunnelSegment
    LineSegment
    PieSegment
    PyramidSegment
    ScatterSegment
    SplineSegment
    StackedAreaSegment
    StepAreaSegment
    StepLineSegment
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.Chart.WinUI.dll
    Syntax
    public abstract class ChartSegment : DependencyObject, INotifyPropertyChanged

    Constructors

    ChartSegment()

    Declaration
    protected ChartSegment()

    Fields

    FillProperty

    The DependencyProperty for Fill property.

    Declaration
    public static readonly DependencyProperty FillProperty
    Field Value
    Type Description
    Microsoft.UI.Xaml.DependencyProperty

    StrokeDashArrayProperty

    The DependencyProperty for StrokeDashArray property.

    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

    The DependencyProperty for StrokeThickness property.

    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
    Type Description
    ChartSeries

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved