Version

PieSliceVisualData Class Members

The following tables list the members exposed by PieSliceVisualData.

Public Constructors
 NameDescription
Public ConstructorPieSliceVisualData ConstructorInitializes a new instance of PieSliceVisualData.  
Public Properties
 NameDescription
Public PropertyAppearanceSlices's appearance properties.  
Public PropertyEndAngleEnd angle of the slice, in degrees.  
Public PropertyExplodedOriginPoint of origin of an exploded slice.  
Public PropertyExplodedRadiusExploded radius factor. Typically between 0 and 1, this value determines how far away the slice is from the origin.  
Public PropertyIndexIndex of the slice.  
Public PropertyInnerExtentEndEnd offset of the inner arc. Inner extent creates a 'hole' in a middle of the pie chart.  
Public PropertyInnerExtentStartStart offset of the inner arc. Inner extent creates a 'hole' in the middle of the pie chart.  
Public PropertyIsExplodedReturns true if the slice is exploded.  
Public PropertyIsOthersSliceReturns true if the slice represents the 'Others' slice.  
Public PropertyIsSelectedReturns true if the slice is selected.  
Public PropertyLabelLabel string of the slice.  
Public PropertyLabelAngleAngle of label.  
Public PropertyLabelAppearanceAppearance of the slice's label.  
Public PropertyLabelBoundsLabel's bounding rectangle.  
Public PropertyLeaderLineAppearanceAppearance of the slice's leader line.  
Public PropertyLeaderLinePathSlice's leader line geometry.  
Public PropertyOriginPoint of origin in the pie chart.  
Public PropertyRadiusSlice radius in pixels.  
Public PropertySlicePathSlice's geometry.  
Public PropertyStartAngleStarting angle of the slice, in degrees.  
Public Methods
 NameDescription
Public MethodScaleByViewportNormalizes the shape data of the pie slice by its viewport to enable comparison.  
Public MethodSerializeSerializes this object to a string  
See Also