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