IPieSegmentViewModel Interface Members
The following tables list the members exposed by IPieSegmentViewModel.
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. |
See Also