Class ChartModel
Inheritance
System.Object
ChartModel
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Syncfusion.EJ2.Spreadsheet.dll
Syntax
Constructors
ChartModel()
Declaration
Properties
DataLabelSettings
Declaration
public SpreadsheetDataLabelSettingsModel DataLabelSettings { get; set; }
Property Value
Height
Declaration
public double Height { get; set; }
Property Value
IsSeriesInRows
Declaration
public bool IsSeriesInRows { get; set; }
Property Value
Left
Declaration
public int Left { get; set; }
Property Value
LegendSettings
Declaration
public SpreadsheetLegendSettingsModel LegendSettings { get; set; }
Property Value
MarkerSettings
Declaration
public SpreadsheetMarkerSettingsModel MarkerSettings { get; set; }
Property Value
PrimaryXAxis
Declaration
public SpreadsheetAxisModel PrimaryXAxis { get; set; }
Property Value
PrimaryYAxis
Declaration
public SpreadsheetAxisModel PrimaryYAxis { get; set; }
Property Value
Range
Declaration
public string Range { get; set; }
Property Value
Title
Declaration
public string Title { get; set; }
Property Value
Top
Declaration
public int Top { get; set; }
Property Value
Type
Declaration
public SpreadsheetChartType Type { get; set; }
Property Value
Width
Declaration
public double Width { get; set; }
Property Value