Class MarkerInfoToPointTemplateConverter
Converters MarkerInfo to Series's PointTemplate.
Inheritance
Namespace: Telerik.Windows.Controls.Spreadsheet.Charts
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class MarkerInfoToPointTemplateConverter : Object, IValueConverter
Constructors
MarkerInfoToPointTemplateConverter()
Declaration
public MarkerInfoToPointTemplateConverter()
Properties
Fill
The series fill brush used for default fill of the points.
Declaration
public Brush Fill { get; set; }
Property Value
System.Windows.Media.Brush
|
SeriesStroke
The series stroke brush used for default stroke of the points.
Declaration
public Brush SeriesStroke { get; set; }
Property Value
System.Windows.Media.Brush
|
Thickness
The series thickness used for default the thickness of the points.
Declaration
public double Thickness { get; set; }
Property Value
System.Double
|
Methods
Convert(Object, Type, Object, CultureInfo)
Converters MarkerInfo to PointTemplate.
Declaration
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
Parameters
System.Object
value
|
System.Type
targetType
|
System.Object
parameter
|
System.Globalization.CultureInfo
culture
|
Returns
System.Object
|
ConvertBack(Object, Type, Object, CultureInfo)
Not supported.
Declaration
public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)
Parameters
System.Object
value
|
System.Type
targetType
|
System.Object
parameter
|
System.Globalization.CultureInfo
culture
|
Returns
System.Object
|