EditChartState Class

Represents the editable state of a chart.

Inheritance

Object

Spreadsheet.EditChartState

Namespace: Radzen.Blazor.Spreadsheet

Assembly: Radzen.Blazor.dll

Syntax

public class EditChartState

Constructors

EditChartStatelink

Represents the editable state of a chart.

Declaration
public EditChartState(Documents.Spreadsheet.SpreadsheetChartType ChartType, string Title, bool ShowLegend, Documents.Spreadsheet.ChartLegendPosition LegendPosition, List<Spreadsheet.EditChartSeriesState> SeriesStates)
Parameters
Type Name Description
Documents.Spreadsheet.SpreadsheetChartType ChartType
string Title
bool ShowLegend
Documents.Spreadsheet.ChartLegendPosition LegendPosition
List<Spreadsheet.EditChartSeriesState> SeriesStates

EditChartStatelink

Represents the editable state of a chart.

Declaration
protected EditChartState(Spreadsheet.EditChartState original)
Parameters
Type Name Description
Spreadsheet.EditChartState original

Properties

ChartTypelink

Declaration
public Documents.Spreadsheet.SpreadsheetChartType ChartType { get; set; }
Property Value

EqualityContractlink

Declaration
protected Type EqualityContract { get; }
Property Value
Type Description
Type

LegendPositionlink

Declaration
public Documents.Spreadsheet.ChartLegendPosition LegendPosition { get; set; }
Property Value

SeriesStateslink

Declaration
public List<Spreadsheet.EditChartSeriesState> SeriesStates { get; set; }
Property Value
Type Description
List<Spreadsheet.EditChartSeriesState>

ShowLegendlink

Declaration
public bool ShowLegend { get; set; }
Property Value
Type Description
bool

Titlelink

Declaration
public string Title { get; set; }
Property Value
Type Description
string

Methods

Deconstructlink

Declaration
public void Deconstruct(Documents.Spreadsheet.SpreadsheetChartType& ChartType, String& Title, Boolean& ShowLegend, Documents.Spreadsheet.ChartLegendPosition& LegendPosition, List`1[[Radzen.Blazor.Spreadsheet.EditChartSeriesState, Blazor, Version=11.0.4.0, Culture=neutral, PublicKeyToken=null]]& SeriesStates)
Parameters
Type Name Description
Documents.Spreadsheet.SpreadsheetChartType& ChartType
String& Title
Boolean& ShowLegend
Documents.Spreadsheet.ChartLegendPosition& LegendPosition
List`1[[Radzen.Blazor.Spreadsheet.EditChartSeriesState, Radzen.Blazor, Version=11.0.4.0, Culture=neutral, PublicKeyToken=null]]& SeriesStates

Equalslink

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
object obj
Returns
Type Description
bool

Equalslink

Declaration
public override bool Equals(Spreadsheet.EditChartState other)
Parameters
Type Name Description
Spreadsheet.EditChartState other
Returns
Type Description
bool

GetHashCodelink

Declaration
public override int GetHashCode()
Returns
Type Description
int

PrintMemberslink

Declaration
protected virtual bool PrintMembers(Text.StringBuilder builder)
Parameters
Type Name Description
Text.StringBuilder builder
Returns
Type Description
bool

ToStringlink

Declaration
public override string ToString()
Returns
Type Description
string

Operators

operator !=link

Declaration
public static bool operator !=(Spreadsheet.EditChartState left, Spreadsheet.EditChartState right)
Parameters
Type Name Description
Spreadsheet.EditChartState left
Spreadsheet.EditChartState right
Returns
Type Description
bool

operator ==link

Declaration
public static bool operator ==(Spreadsheet.EditChartState left, Spreadsheet.EditChartState right)
Parameters
Type Name Description
Spreadsheet.EditChartState left
Spreadsheet.EditChartState right
Returns
Type Description
bool
An error has occurred. This app may no longer respond until reloaded. Reload 🗙