New to Telerik Test StudioStart a free 30-day trial

Definition

Namespace:Telerik.WebAii.Controls.Xaml

Assembly:Telerik.WebAii.Controls.Xaml.dll

Syntax:

C#
public class ChartViewPieSlice

Inheritance: objectChartViewPieSlice

Constructors

C#
public ChartViewPieSlice(Path slice)
Parameters:slicePath

Properties

C#
public Color Color { get; }
C#
public double Height { get; }
C#
public Path Slice { get; }
C#
public string SliceColorValue { get; }
C#
public double SliceStrokeThickness { get; }
C#
public string SliceStrokeValue { get; }
C#
public Color Stroke { get; }
C#
public Visibility Visibility { get; }
C#
public double Width { get; }
C#
public double XValue { get; }
C#
public double YValue { get; }