New to Telerik UI for WinFormsStart a free 30-day trial

ViewModel for ScatterChart usercontrol.

Definition

Constructors

Initializes a new instance of the ScatterChartControlViewModel.

C#
public ScatterChartControlViewModel(string title, ChartPalette palette)
Parameters:titlestringpaletteChartPalette

Properties

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

C#
public Type CurrentSeriesType { get; set; }

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

C#
public Brush HorizontalAxisGridLinesStroke { get; set; }

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

C#
public double HorizontalAxisGridLinesThickness { get; set; }

Gets or sets the label format for the horizontal axis.

C#
public string HorizontalAxisLabelFormat { get; set; }

Gets or sets the maximum for the horizontal axis.

C#
public double HorizontalAxisMaximum { get; set; }

Gets or sets the minimum for the horizontal axis.

C#
public double HorizontalAxisMinimum { get; set; }

Gets or sets the stroke of the horizontal axis.

C#
public Brush HorizontalAxisStroke { get; set; }

Gets or sets the thickness of the Value axis.

C#
public double HorizontalAxisThickness { get; set; }

Gets or sets the visibility of the horizontal axis.

C#
public Visibility HorizontalAxisVisibility { get; set; }

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

C#
public Brush VerticalAxisGridLinesStroke { get; set; }

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

C#
public double VerticalAxisGridLinesThickness { get; set; }

Gets or sets the label format for the vertical axis.

C#
public string VerticalAxisLabelFormat { get; set; }

Gets or sets the maximum for the vertical axis.

C#
public double VerticalAxisMaximum { get; set; }

Gets or sets the minimum for the vertical axis.

C#
public double VerticalAxisMinimum { get; set; }

Gets or sets the stroke of the vertical axis.

C#
public Brush VerticalAxisStroke { get; set; }

Gets or sets the thickness of the Category axis.

C#
public double VerticalAxisThickness { get; set; }

Gets or sets the visibility of the vertical axis.

C#
public Visibility VerticalAxisVisibility { get; set; }