Class ColumnSegment
Inherited Members
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()