Class MarkerInfo
ViewModel representation of the series Marker.
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 MarkerInfo : ViewModelBase, INotifyPropertyChanged, IDisposable
  Constructors
MarkerInfo()
Declaration
public MarkerInfo()
  Properties
Fill
The fill of the marker's geometry.
Declaration
public Brush Fill { get; set; }
  Property Value
| 
        System.Windows.Media.Brush
         
  | 
    
Size
The size of the marker's geometry.
Declaration
public byte Size { get; set; }
  Property Value
| 
        System.Byte
         
  | 
    
Stroke
The stroke of the marker's geometry.
Declaration
public Brush Stroke { 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
         
  |