Class SFScatterSegment
Inherited Members
Namespace: Syncfusion.SfChart.iOS
Assembly: Syncfusion.SFChart.iOS.dll
Syntax
public class SFScatterSegment : SFChartSegment
Constructors
SFScatterSegment()
Declaration
public SFScatterSegment()
Properties
BorderColor
Gets or sets the color of the border.
Declaration
public UIColor BorderColor { get; set; }
Property Value
Type | Description |
---|---|
UIKit.UIColor | The color of the border. |
BorderWidth
Gets or sets the width of the border.
Declaration
public nfloat BorderWidth { get; set; }
Property Value
Type | Description |
---|---|
System.nfloat | The width of the border. |
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 |
X
Gets the x value.
Declaration
public double X { get; }
Property Value
Type | Description |
---|---|
System.Double | The x. |
Y
Gets the y value.
Declaration
public double Y { get; }
Property Value
Type | Description |
---|---|
System.Double | The y. |
Methods
HitTest(CGPoint)
Declaration
public override int HitTest(CGPoint hitPoint)
Parameters
Type | Name | Description |
---|---|---|
CoreGraphics.CGPoint | hitPoint |
Returns
Type |
---|
System.Int32 |
Overrides
OnLayout()
Update the segment positions when the layout was updated.
Declaration
public override void OnLayout()