ViewModel for ScatterChart usercontrol.
Definition
Namespace:Telerik.WinForms.Controls.Spreadsheet.Charts
Assembly:Telerik.WinControls.RadSpreadsheet.dll
Syntax:
public class ScatterChartControlViewModel : ChartControlViewModel, INotifyPropertyChanged, IDisposable
Inheritance: objectViewModelBaseChartControlViewModelScatterChartControlViewModel
Implements:
Inherited Members
Constructors
Initializes a new instance of the ScatterChartControlViewModel.
public ScatterChartControlViewModel(string title, ChartPalette palette)
Properties
Gets or sets the thickness of the grid line of vertical axis.
public Type CurrentSeriesType { get; set; }
Gets or sets the stroke of the grid lines of horizontal axis.
public Brush HorizontalAxisGridLinesStroke { get; set; }
Gets or sets the thickness of the grid lines of horizontal axis.
public double HorizontalAxisGridLinesThickness { get; set; }
Gets or sets the label format for the horizontal axis.
public string HorizontalAxisLabelFormat { get; set; }
Gets or sets the maximum for the horizontal axis.
public double HorizontalAxisMaximum { get; set; }
Gets or sets the minimum for the horizontal axis.
public double HorizontalAxisMinimum { get; set; }
Gets or sets the stroke of the horizontal axis.
public Brush HorizontalAxisStroke { get; set; }
Gets or sets the thickness of the Value axis.
public double HorizontalAxisThickness { get; set; }
Gets or sets the visibility of the horizontal axis.
public Visibility HorizontalAxisVisibility { get; set; }
Gets or sets the stroke of the grid lines of vertical axis.
public Brush VerticalAxisGridLinesStroke { get; set; }
Gets or sets the thickness of the grid line of vertical axis.
public double VerticalAxisGridLinesThickness { get; set; }
Gets or sets the label format for the vertical axis.
public string VerticalAxisLabelFormat { get; set; }
Gets or sets the maximum for the vertical axis.
public double VerticalAxisMaximum { get; set; }
Gets or sets the minimum for the vertical axis.
public double VerticalAxisMinimum { get; set; }
Gets or sets the stroke of the vertical axis.
public Brush VerticalAxisStroke { get; set; }
Gets or sets the thickness of the Category axis.
public double VerticalAxisThickness { get; set; }
Gets or sets the visibility of the vertical axis.
public Visibility VerticalAxisVisibility { get; set; }