MindFusion.Wpf Pack Programmer's Guide
PieSlice.SliceValue Property
See Also
 





Gets the data this slice represents.

Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf

 Syntax

C#  Copy Code

public double SliceValue { get; }

Visual Basic  Copy Code

Public ReadOnly Property SliceValue As Double

 Property Value

A double value.

 Remarks

The data is taken from the Data property of the PieSeries this slice belongs to.

 See Also

PieSlice Members
PieSlice Class
MindFusion.Charting.Wpf Namespace