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

Definition

Constructors

Initializes a new instance of the CartesianChartControlViewModel.

C#
public CartesianChartControlViewModel(string title, ChartPalette palette, bool isSeriesRotated = false, bool isDateTimeChart = false)
Parameters:titlestringpaletteChartPaletteisSeriesRotatedboolisDateTimeChartbool

Properties

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

C#
public Brush CategoryAxisGridLinesStroke { get; set; }

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

C#
public double CategoryAxisGridLinesThickness { get; set; }

Gets or sets the stroke of the category axis.

C#
public Brush CategoryAxisStroke { get; set; }

Gets or sets the thickness of the Category axis.

C#
public double CategoryAxisThickness { get; set; }

Gets or sets the visibility of the Category axis.

C#
public Visibility CategoryAxisVisibility { get; set; }

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

C#
public Brush ValueAxisGridLinesStroke { get; set; }

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

C#
public double ValueAxisGridLinesThickness { get; set; }

Gets or sets the label format for the value axis.

C#
public string ValueAxisLabelFormat { get; set; }

Gets or sets the maximum for the value axis.

C#
public double ValueAxisMaximum { get; set; }

Gets or sets the minimum for the value axis.

C#
public double ValueAxisMinimum { get; set; }

Gets or sets the stroke of the value axis.

C#
public Brush ValueAxisStroke { get; set; }

Gets or sets the thickness of the Value axis.

C#
public double ValueAxisThickness { get; set; }

Gets or sets the visibility of the Value axis.

C#
public Visibility ValueAxisVisibility { get; set; }