Class ChartControlViewModel
Base View Model for chart user controls.
Inherited Members
Namespace: Telerik.Windows.Controls.Spreadsheet.Charts
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class ChartControlViewModel : ViewModelBase, INotifyPropertyChanged, IDisposable
Constructors
ChartControlViewModel(String, ChartPalette)
Initializes a new instance of the Chart
Declaration
public ChartControlViewModel(string title, ChartPalette palette)
Parameters
System. The title of the chart. |
Chart The chart palette |
Properties
Background
Gets or sets the background of the chart usercontrol.
Declaration
public Brush Background { get; set; }
Property Value
System.
|
BorderBrush
Gets or sets the border brush of the chart usercontrol.
Declaration
public Brush BorderBrush { get; set; }
Property Value
System.
|
BorderThickness
Gets or sets the border thickness of the chart usercontrol.
Declaration
public Thickness BorderThickness { get; set; }
Property Value
System.
|
ChartPalette
Gets or sets the ChartView palette.
Declaration
public ChartPalette ChartPalette { get; set; }
Property Value
ChartTitle
Gets or sets the chart title.
Declaration
public string ChartTitle { get; set; }
Property Value
System.
|
LegendPosition
Gets or sets the legend position.
Declaration
public LegendPosition LegendPosition { get; set; }
Property Value
Telerik.
|
LegendVisibility
Gets or sets the legend visibility.
Declaration
public Visibility LegendVisibility { get; set; }
Property Value
System.
|
SeriesModels
Gets or sets the series view models.
Declaration
public ObservableCollection<SeriesViewModel> SeriesModels { get; set; }
Property Value
System.
|
TitleVisibility
Gets or sets the title visibility.
Declaration
public Visibility TitleVisibility { get; set; }
Property Value
System.
|