Class
MarkerInfo

ViewModel representation of the series Marker.

Definition

Namespace:Telerik.WinForms.Controls.Spreadsheet.Charts

Assembly:Telerik.WinControls.RadSpreadsheet.dll

Syntax:

cs-api-definition
public class MarkerInfo : ViewModelBase, INotifyPropertyChanged, IDisposable

Inheritance: objectViewModelBaseMarkerInfo

Implements: IDisposableINotifyPropertyChanged

Inherited Members ViewModelBase.VerifyPropertyName(string)ViewModelBase.Dispose()ViewModelBase.OnPropertyChanged(string)ViewModelBase.Dispose(bool)ViewModelBase.PropertyChanged

Constructors

MarkerInfo()

Declaration

cs-api-definition
public MarkerInfo()

Properties

Fill

The fill of the marker's geometry.

Declaration

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

Property Value

Brush

Size

The size of the marker's geometry.

Declaration

cs-api-definition
public byte Size { get; set; }

Property Value

byte

Stroke

The stroke of the marker's geometry.

Declaration

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

Property Value

Brush

Thickness

The stroke thickness of the marker's geoemtry.

Declaration

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

Property Value

double