Class
OutlineInfo

ViewModel representation of series Outline class.

Definition

Namespace:Telerik.WinForms.Controls.Spreadsheet.Charts

Assembly:Telerik.WinControls.RadSpreadsheet.dll

Syntax:

cs-api-definition
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

OutlineInfo()

Declaration

cs-api-definition
public OutlineInfo()

Properties

Fill

The fill of the marker's geometry.

Declaration

cs-api-definition
public Brush Fill { 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