Class OutlineInfo
ViewModel representation of series Outline class.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinForms.Controls.Spreadsheet.Charts
Assembly: Telerik.WinControls.RadSpreadsheet.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.Windows.Media.Brush
|
Thickness
The stroke thickness of the marker's geoemtry.
Declaration
public double Thickness { get; set; }
Property Value
System.Double
|