ViewModel for HorizontalCategoryChart and VerticalCategoryChart.
Definition
Namespace:Telerik.WinForms.Controls.Spreadsheet.Charts
Assembly:Telerik.WinControls.RadSpreadsheet.dll
Syntax:
public class CartesianChartControlViewModel : ChartControlViewModel, INotifyPropertyChanged, IDisposable
Inheritance: objectViewModelBaseChartControlViewModelCartesianChartControlViewModel
Implements:
Inherited Members
Constructors
Initializes a new instance of the CartesianChartControlViewModel.
public CartesianChartControlViewModel(string title, ChartPalette palette, bool isSeriesRotated = false, bool isDateTimeChart = false)
Properties
Gets or sets the stroke of the grid lines of category / datetime axis.
public Brush CategoryAxisGridLinesStroke { get; set; }
Gets or sets the thickness of the grid line of category / datetime axis.
public double CategoryAxisGridLinesThickness { get; set; }
Gets or sets the stroke of the category axis.
public Brush CategoryAxisStroke { get; set; }
Gets or sets the thickness of the Category axis.
public double CategoryAxisThickness { get; set; }
Gets or sets the visibility of the Category axis.
public Visibility CategoryAxisVisibility { get; set; }
Gets or sets the stroke of the grid lines of value axis.
public Brush ValueAxisGridLinesStroke { get; set; }
Gets or sets the thickness of the grid lines of value axis.
public double ValueAxisGridLinesThickness { get; set; }
Gets or sets the label format for the value axis.
public string ValueAxisLabelFormat { get; set; }
Gets or sets the maximum for the value axis.
public double ValueAxisMaximum { get; set; }
Gets or sets the minimum for the value axis.
public double ValueAxisMinimum { get; set; }
Gets or sets the stroke of the value axis.
public Brush ValueAxisStroke { get; set; }
Gets or sets the thickness of the Value axis.
public double ValueAxisThickness { get; set; }
Gets or sets the visibility of the Value axis.
public Visibility ValueAxisVisibility { get; set; }