skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • NEW: Design Kits for Figma
    • Online Training
    • Document Processing Library
    • Embedded Reporting for web and desktop

    Web

    Kendo UI UI for jQuery UI for Angular UI for React UI for Vue UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI UI for Xamarin

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Test Studio Dev Edition Telerik JustMock

    CMS

    Sitefinity

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Roadmap
    • Release History
  • Support and Learning

    • Support and Learning Hub
    • First Steps
    • Docs
    • Demos
    • Virtual Classroom
    • Forums
    • Videos
    • Blogs
    • Accessibility and Security
    • Submit a Ticket

    Productivity and Design Tools

    • Visual Studio Extensions
    • Visual Studio Templates
    • Embedded Reporting
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class ScatterChartControlViewModel

ViewModel for ScatterChart usercontrol.

Inheritance
System.Object
ViewModelBase
ChartControlViewModel
ScatterChartControlViewModel
Inherited Members
ChartControlViewModel.SeriesModels
ChartControlViewModel.ChartTitle
ChartControlViewModel.TitleVisibility
ChartControlViewModel.LegendVisibility
ChartControlViewModel.LegendPosition
ChartControlViewModel.ChartPalette
ChartControlViewModel.Background
ChartControlViewModel.BorderBrush
ChartControlViewModel.BorderThickness
ViewModelBase.VerifyPropertyName(String)
ViewModelBase.InvokeOnUIThread(Action)
ViewModelBase.Dispose()
ViewModelBase.RaisePropertyChanged(String)
ViewModelBase.OnPropertyChanged(String)
ViewModelBase.OnPropertyChanged<T>(Expression<Func<T>>)
ViewModelBase.Dispose(Boolean)
ViewModelBase.PropertyChanged
Namespace: Telerik.Windows.Controls.Spreadsheet.Charts
Assembly: Telerik.Windows.Controls.Spreadsheet.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

Extension Methods

CollectionExtensions.ToEnumerable<T>(T)
EnumerableExtensions.ToEnumerable<T>(T)
Getting Started
  • Install Now
  • Demos
  • SDK Samples Browser
  • Sample Applications
Support Resources
  • Code Library
  • Knowledge Base
  • MVVM Support
  • Videos
  • GitHub SDK Repository
Community
  • Forums
  • Blogs
  • XAML Feedback Portal
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.