Class ChartSegment
Serves as a base class for all chart segment class.
Inheritance
System.Object
ChartSegment
Namespace: Syncfusion.SfChart.XForms
Assembly: Syncfusion.SfChart.XForms.dll
Syntax
public class ChartSegment : Object
Remarks
You can create a custom chart segment by inheriting from ChartSegment. You can also customize the appearance of a chart segment, by specifying values for Interior, Stroke and StrokeWidth properties.
Constructors
ChartSegment()
Declaration
public ChartSegment()