menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class HiLoOpenCloseSegment

    Inheritance
    System.Object
    ChartSegment
    HiLoOpenCloseSegment
    CandleSegment
    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 HiLoOpenCloseSegment : ChartSegment

    Constructors

    HiLoOpenCloseSegment()

    Declaration
    public HiLoOpenCloseSegment()

    Properties

    CenterPointX

    Gets the center point of x.

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

    ClosePointX

    Gets the close point of x.

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

    ClosePointY

    Gets the close point of y.

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

    HighPointY

    Gets the high point of y.

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

    LowPointY

    Gets the low point of y.

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

    OpenPointX

    Gets the open point of x.

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

    OpenPointY

    Gets the open point of y.

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

    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