menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ScatterSegment - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ScatterSegment

    Represents a segment of a scatter chart.

    Inheritance
    System.Object
    ChartSegment
    CartesianSegment
    ScatterSegment
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    ChartSegment.AnimatedValue
    ChartSegment.Fill
    ChartSegment.Index
    ChartSegment.Item
    ChartSegment.Opacity
    ChartSegment.PropertyChanged
    ChartSegment.Series
    ChartSegment.Stroke
    ChartSegment.StrokeDashArray
    ChartSegment.StrokeWidth
    Namespace: Syncfusion.Maui.Charts
    Assembly: Syncfusion.Maui.Charts.dll
    Syntax
    public class ScatterSegment : CartesianSegment, INotifyPropertyChanged

    Constructors

    ScatterSegment()

    Declaration
    public ScatterSegment()

    Properties

    CenterX

    Gets the x-value for the segment's center.

    Declaration
    public float CenterX { get; }
    Property Value
    Type
    System.Single

    CenterY

    Gets the y-value for the segment's center.

    Declaration
    public float CenterY { get; }
    Property Value
    Type
    System.Single

    PointHeight

    Gets the height of the scatter segment from the associated series.

    Declaration
    public float PointHeight { get; }
    Property Value
    Type
    System.Single

    PointWidth

    Gets the width of the scatter segment from the associated series.

    Declaration
    public float PointWidth { get; }
    Property Value
    Type
    System.Single

    Type

    Gets or sets a value that indicates the shape of the scatter segment.

    Declaration
    public ShapeType Type { get; set; }
    Property Value
    Type
    ShapeType

    Methods

    Draw(ICanvas)

    Declaration
    protected override void Draw(ICanvas canvas)
    Parameters
    Type Name Description
    Microsoft.Maui.Graphics.ICanvas canvas
    Overrides
    ChartSegment.Draw(ICanvas)

    OnLayout()

    Declaration
    protected override void OnLayout()
    Overrides
    ChartSegment.OnLayout()

    Implements

    System.ComponentModel.INotifyPropertyChanged
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved