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

ViewModel representation of series Outline class.

Definition

Namespace:Telerik.WinForms.Controls.Spreadsheet.Charts

Assembly:Telerik.WinControls.RadSpreadsheet.dll

Syntax:

C#
public class OutlineInfo : ViewModelBase, INotifyPropertyChanged, IDisposable

Inheritance: objectViewModelBaseOutlineInfo

Implements: IDisposableINotifyPropertyChanged

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

Constructors

C#
public OutlineInfo()

Properties

The fill of the marker's geometry.

C#
public Brush Fill { get; set; }

The stroke thickness of the marker's geoemtry.

C#
public double Thickness { get; set; }