New to Telerik UI for WinFormsStart a free 30-day trial

ViewModel representation of the series Marker.

Definition

Namespace:Telerik.WinForms.Controls.Spreadsheet.Charts

Assembly:Telerik.WinControls.RadSpreadsheet.dll

Syntax:

C#
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

C#
public MarkerInfo()

Properties

The fill of the marker's geometry.

C#
public Brush Fill { get; set; }

The size of the marker's geometry.

C#
public byte Size { get; set; }

The stroke of the marker's geometry.

C#
public Brush Stroke { get; set; }

The stroke thickness of the marker's geoemtry.

C#
public double Thickness { get; set; }