Class
ScatterChartControlViewModel

ViewModel for ScatterChart usercontrol.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Charts

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

cs-api-definition
public class ScatterChartControlViewModel : ChartControlViewModel, INotifyPropertyChanged, IDisposable

Inheritance: objectViewModelBaseChartControlViewModelScatterChartControlViewModel

Implements: IDisposableINotifyPropertyChanged

Inherited Members ChartControlViewModel.SeriesModelsChartControlViewModel.ChartTitleChartControlViewModel.TitleVisibilityChartControlViewModel.LegendVisibilityChartControlViewModel.LegendPositionChartControlViewModel.ChartPaletteChartControlViewModel.BackgroundChartControlViewModel.BorderBrushChartControlViewModel.BorderThicknessViewModelBase.VerifyPropertyName(string)ViewModelBase.InvokeOnUIThread(Action)ViewModelBase.Dispose()ViewModelBase.RaisePropertyChanged(string)ViewModelBase.OnPropertyChanged(string)ViewModelBase.OnPropertyChanged<T>(Expression<Func<T>>)ViewModelBase.Dispose(bool)ViewModelBase.PropertyChanged

Constructors

ScatterChartControlViewModel(string, ChartPalette)

Initializes a new instance of the ScatterChartControlViewModel.

Declaration

cs-api-definition
public ScatterChartControlViewModel(string title, ChartPalette palette)

Parameters

title

string

palette

ChartPalette

Properties

CurrentSeriesType

Gets or sets the thickness of the grid line of vertical axis.

Declaration

cs-api-definition
public Type CurrentSeriesType { get; set; }

Property Value

Type

HorizontalAxisGridLinesStroke

Gets or sets the stroke of the grid lines of horizontal axis.

Declaration

cs-api-definition
public Brush HorizontalAxisGridLinesStroke { get; set; }

Property Value

Brush

HorizontalAxisGridLinesThickness

Gets or sets the thickness of the grid lines of horizontal axis.

Declaration

cs-api-definition
public double HorizontalAxisGridLinesThickness { get; set; }

Property Value

double

HorizontalAxisLabelFormat

Gets or sets the label format for the horizontal axis.

Declaration

cs-api-definition
public string HorizontalAxisLabelFormat { get; set; }

Property Value

string

HorizontalAxisMaximum

Gets or sets the maximum for the horizontal axis.

Declaration

cs-api-definition
public double HorizontalAxisMaximum { get; set; }

Property Value

double

HorizontalAxisMinimum

Gets or sets the minimum for the horizontal axis.

Declaration

cs-api-definition
public double HorizontalAxisMinimum { get; set; }

Property Value

double

HorizontalAxisStroke

Gets or sets the stroke of the horizontal axis.

Declaration

cs-api-definition
public Brush HorizontalAxisStroke { get; set; }

Property Value

Brush

HorizontalAxisThickness

Gets or sets the thickness of the Value axis.

Declaration

cs-api-definition
public double HorizontalAxisThickness { get; set; }

Property Value

double

HorizontalAxisVisibility

Gets or sets the visibility of the horizontal axis.

Declaration

cs-api-definition
public Visibility HorizontalAxisVisibility { get; set; }

Property Value

Visibility

VerticalAxisGridLinesStroke

Gets or sets the stroke of the grid lines of vertical axis.

Declaration

cs-api-definition
public Brush VerticalAxisGridLinesStroke { get; set; }

Property Value

Brush

VerticalAxisGridLinesThickness

Gets or sets the thickness of the grid line of vertical axis.

Declaration

cs-api-definition
public double VerticalAxisGridLinesThickness { get; set; }

Property Value

double

VerticalAxisLabelFormat

Gets or sets the label format for the vertical axis.

Declaration

cs-api-definition
public string VerticalAxisLabelFormat { get; set; }

Property Value

string

VerticalAxisMaximum

Gets or sets the maximum for the vertical axis.

Declaration

cs-api-definition
public double VerticalAxisMaximum { get; set; }

Property Value

double

VerticalAxisMinimum

Gets or sets the minimum for the vertical axis.

Declaration

cs-api-definition
public double VerticalAxisMinimum { get; set; }

Property Value

double

VerticalAxisStroke

Gets or sets the stroke of the vertical axis.

Declaration

cs-api-definition
public Brush VerticalAxisStroke { get; set; }

Property Value

Brush

VerticalAxisThickness

Gets or sets the thickness of the Category axis.

Declaration

cs-api-definition
public double VerticalAxisThickness { get; set; }

Property Value

double

VerticalAxisVisibility

Gets or sets the visibility of the vertical axis.

Declaration

cs-api-definition
public Visibility VerticalAxisVisibility { get; set; }

Property Value

Visibility