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