EditChartSeriesState Class

Represents the editable state of a single chart series.

Inheritance

Object

Spreadsheet.EditChartSeriesState

Namespace: Radzen.Blazor.Spreadsheet

Assembly: Radzen.Blazor.dll

Syntax

public class EditChartSeriesState

Constructors

EditChartSeriesStateLink to this section

Represents the editable state of a single chart series.

Declaration
public EditChartSeriesState(string Name, string Color, string Categories, string Values)
Parameters
Type Name Description
string Name
string Color
string Categories
string Values

EditChartSeriesStateLink to this section

Represents the editable state of a single chart series.

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

Properties

CategoriesLink to this section

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

ColorLink to this section

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

EqualityContractLink to this section

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

NameLink to this section

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

ValuesLink to this section

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

Methods

DeconstructLink to this section

Declaration
public void Deconstruct(String& Name, String& Color, String& Categories, String& Values)
Parameters
Type Name Description
String& Name
String& Color
String& Categories
String& Values

EqualsLink to this section

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

EqualsLink to this section

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

GetHashCodeLink to this section

Declaration
public override int GetHashCode()
Returns
Type Description
int

PrintMembersLink to this section

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

ToStringLink to this section

Declaration
public override string ToString()
Returns
Type Description
string

Operators

operator !=Link to this section

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

operator ==Link to this section

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