Class
ChartViewPieSlice

Represents the ChartViewPieSlice class

Definition

Namespace:Telerik.WebAii.Controls.Xaml.Wpf

Assembly:Telerik.WebAii.Controls.Xaml.Wpf.dll

Syntax:

cs-api-definition
public class ChartViewPieSlice

Inheritance: objectChartViewPieSlice

Constructors

ChartViewPieSlice(Path)

Represents the ChartViewPieSlice class

Declaration

cs-api-definition
public ChartViewPieSlice(Path slice)

Parameters

slice

Path

Properties

Color

Get the Slice color

Declaration

cs-api-definition
public Color Color { get; }

Property Value

Color

Height

Get the Slice height

Declaration

cs-api-definition
public double Height { get; }

Property Value

double

Slice

Get and Set the slice

Declaration

cs-api-definition
public Path Slice { get; }

Property Value

Path

SliceColorValue

Get the selected color RGB representation. Example: '255:0:0'.

Declaration

cs-api-definition
public string SliceColorValue { get; }

Property Value

string

SliceStrokeThickness

Get the Slice StrokeThickness

Declaration

cs-api-definition
public double SliceStrokeThickness { get; }

Property Value

double

SliceStrokeValue

Get the selected color RGB representation. Example: '255:0:0'.

Declaration

cs-api-definition
public string SliceStrokeValue { get; }

Property Value

string

Stroke

Get the Slice stroke

Declaration

cs-api-definition
public Color Stroke { get; }

Property Value

Color

Visibility

Get the Pie slice visibility

Declaration

cs-api-definition
public Visibility Visibility { get; }

Property Value

Visibility

Width

Get the Slice width

Declaration

cs-api-definition
public double Width { get; }

Property Value

double

XValue

Get the Slice XValue

Declaration

cs-api-definition
public double XValue { get; }

Property Value

double

YValue

Get the Slice YValue

Declaration

cs-api-definition
public double YValue { get; }

Property Value

double