menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class ColumnSegment

    Inheritance
    System.Object
    ChartSegment
    ColumnSegment
    HistogramSegment
    WaterfallSegment
    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 ColumnSegment : ChartSegment

    Constructors

    ColumnSegment()

    Declaration
    public ColumnSegment()

    Properties

    Bottom

    Gets the bottom value.

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

    Left

    Gets the left value.

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

    Right

    Gets the right value.

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

    Top

    Gets the top value.

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

    Methods

    OnLayout()

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