Class
MarkerInfoToPointTemplateConverter

Converters MarkerInfo to Series's PointTemplate.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Charts

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

cs-api-definition
public class MarkerInfoToPointTemplateConverter : IValueConverter

Inheritance: objectMarkerInfoToPointTemplateConverter

Implements: IValueConverter

Constructors

MarkerInfoToPointTemplateConverter()

Declaration

cs-api-definition
public MarkerInfoToPointTemplateConverter()

Properties

Fill

The series fill brush used for default fill of the points.

Declaration

cs-api-definition
public Brush Fill { get; set; }

Property Value

Brush

SeriesStroke

The series stroke brush used for default stroke of the points.

Declaration

cs-api-definition
public Brush SeriesStroke { get; set; }

Property Value

Brush

Thickness

The series thickness used for default the thickness of the points.

Declaration

cs-api-definition
public double Thickness { get; set; }

Property Value

double

Methods

Convert(object, Type, object, CultureInfo)

Converters MarkerInfo to PointTemplate.

Declaration

cs-api-definition
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)

Parameters

value

object

targetType

Type

parameter

object

culture

CultureInfo

Returns

object

ConvertBack(object, Type, object, CultureInfo)

Not supported.

Declaration

cs-api-definition
public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)

Parameters

value

object

targetType

Type

parameter

object

culture

CultureInfo

Returns

object