menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RangeAreaSegment - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Class RangeAreaSegment

    Inheritance
    System.Object
    ChartSegment
    RangeAreaSegment
    SplineRangeAreaSegment
    Inherited Members
    ChartSegment.Alpha
    ChartSegment.ApplyGradientColors(Paint)
    ChartSegment.Color
    ChartSegment.GetFillPaint()
    ChartSegment.GetStrokePaint()
    ChartSegment.HitTest(Single, Single)
    ChartSegment.OnDraw(Canvas)
    ChartSegment.Series
    ChartSegment.StrokeColor
    ChartSegment.StrokeWidth
    Namespace: Com.Syncfusion.Charts
    Assembly: Syncfusion.SfChart.Android.dll
    Syntax
    public class RangeAreaSegment : ChartSegment

    Constructors

    RangeAreaSegment()

    Declaration
    public RangeAreaSegment()

    Properties

    HighValues

    Gets the high values.

    Declaration
    public double[] HighValues { get; }
    Property Value
    Type
    System.Double[]

    LowValues

    Gets the low values.

    Declaration
    public double[] LowValues { get; }
    Property Value
    Type
    System.Double[]

    XValues

    Gets the x values.

    Declaration
    public double[] XValues { get; }
    Property Value
    Type
    System.Double[]

    Methods

    OnLayout()

    Update the segment positions when the layout was updated.

    Declaration
    public override void OnLayout()
    Overrides
    ChartSegment.OnLayout()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved