PieSegmentItem Class Members
The following tables list the members exposed by PieSegmentItem.
Public Constructors
Name | Description | |
---|---|---|
![]() | PieSegmentItem Constructor |
Public Properties
Name | Description | |
---|---|---|
![]() | Fill | The System.Windows.Media.Brush used to fill the current SciChart.Charting.Visuals.Shapes.PieSegment. |
![]() | IsSelected | The value indicating whether the current SciChart.Charting.Visuals.Shapes.PieSegment is selected. |
![]() | Name | The name of the current SciChart.Charting.Visuals.Shapes.PieSegment. It will represent the segment in the SciChartPieSurfaceBase.ChartLegend, appear in tooltips, etc. |
![]() | Percentage | The value which is drawn on the current SciChart.Charting.Visuals.Shapes.PieSegment. The InsideLabel is bound to this property by default. |
![]() | Value | The data value of the current SciChart.Charting.Visuals.Shapes.PieSegment. |
Extension Methods
Name | Description | |
---|---|---|
![]() | DebugFinalizer<T> | Notifies that finalizer has been invoked |
![]() | ToDoubleArray | Overloaded. Converts an System.IComparable array to double array |
![]() | ToEnumerable<T> | Yields a single item, converting it to System.Collections.IEnumerable. |
![]() | ToStringArray2D<T> |
See Also