Class
CartesianChartControlViewModel

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Charts

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

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

Inheritance: objectViewModelBaseChartControlViewModelCartesianChartControlViewModel

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

CartesianChartControlViewModel(string, ChartPalette, bool, bool)

Initializes a new instance of the CartesianChartControlViewModel.

Declaration

cs-api-definition
public CartesianChartControlViewModel(string title, ChartPalette palette, bool isSeriesRotated = false, bool isDateTimeChart = false)

Parameters

title

string

palette

ChartPalette

isSeriesRotated

bool

isDateTimeChart

bool

Properties

CategoryAxisGridLinesStroke

Gets or sets the stroke of the grid lines of category / datetime axis.

Declaration

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

Property Value

Brush

CategoryAxisGridLinesThickness

Gets or sets the thickness of the grid line of category / datetime axis.

Declaration

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

Property Value

double

CategoryAxisStroke

Gets or sets the stroke of the category axis.

Declaration

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

Property Value

Brush

CategoryAxisThickness

Gets or sets the thickness of the Category axis.

Declaration

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

Property Value

double

CategoryAxisVisibility

Gets or sets the visibility of the Category axis.

Declaration

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

Property Value

Visibility

ValueAxisGridLinesStroke

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

Declaration

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

Property Value

Brush

ValueAxisGridLinesThickness

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

Declaration

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

Property Value

double

ValueAxisLabelFormat

Gets or sets the label format for the value axis.

Declaration

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

Property Value

string

ValueAxisMaximum

Gets or sets the maximum for the value axis.

Declaration

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

Property Value

double

ValueAxisMinimum

Gets or sets the minimum for the value axis.

Declaration

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

Property Value

double

ValueAxisStroke

Gets or sets the stroke of the value axis.

Declaration

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

Property Value

Brush

ValueAxisThickness

Gets or sets the thickness of the Value axis.

Declaration

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

Property Value

double

ValueAxisVisibility

Gets or sets the visibility of the Value axis.

Declaration

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

Property Value

Visibility