Class ScatterSegment
Inherited Members
Namespace: Com.Syncfusion.Charts
Assembly: Syncfusion.SfChart.Android.dll
Syntax
public class ScatterSegment : ChartSegment
Constructors
ScatterSegment()
Declaration
public ScatterSegment()
Properties
CenterX
Gets the center point of x.
Declaration
public float CenterX { get; }
Property Value
Type |
---|
System.Single |
CenterY
Gets the center point of y.
Declaration
public float CenterY { get; }
Property Value
Type |
---|
System.Single |
ScatterHeight
Gets the scatter height.
Declaration
public float ScatterHeight { get; }
Property Value
Type |
---|
System.Single |
ScatterWidth
Gets the scatter width.
Declaration
public float ScatterWidth { get; }
Property Value
Type |
---|
System.Single |
ShapeType
Gets or sets different types of shape in a ScatterSeries.
Declaration
public ChartScatterShapeType ShapeType { get; set; }
Property Value
Type |
---|
ChartScatterShapeType |
Methods
OnLayout()
Update the segment positions when the layout was updated.
Declaration
public override void OnLayout()