Class OutlineInfo
ViewModel representation of series Telerik.
Inherited Members
Namespace: Telerik.Windows.Controls.Spreadsheet.Charts
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class OutlineInfo : ViewModelBase, INotifyPropertyChanged, IDisposable
Constructors
OutlineInfo()
Declaration
public OutlineInfo()
Properties
Fill
The fill of the marker's geometry.
Declaration
public Brush Fill { get; set; }
Property Value
System.
|
Thickness
The stroke thickness of the marker's geoemtry.
Declaration
public double Thickness { get; set; }
Property Value
System.
|