Represents the editable state of a single chart series.
Object
Namespace: Radzen.Blazor.Spreadsheet
Assembly: Radzen.Blazor.dll
public class EditChartSeriesStateRepresents the editable state of a single chart series.
public EditChartSeriesState(string Name, string Color, string Categories, string Values)
| Type | Name | Description |
|---|---|---|
| string | Name | |
| string | Color | |
| string | Categories | |
| string | Values |
Represents the editable state of a single chart series.
protected EditChartSeriesState(Spreadsheet.EditChartSeriesState original)
| Type | Name | Description |
|---|---|---|
| Spreadsheet.EditChartSeriesState | original |
public void Deconstruct(String& Name, String& Color, String& Categories, String& Values)
| Type | Name | Description |
|---|---|---|
| String& | Name | |
| String& | Color | |
| String& | Categories | |
| String& | Values |
public override bool Equals(object obj)
| Type | Name | Description |
|---|---|---|
| object | obj |
| Type | Description |
|---|---|
| bool |
public override bool Equals(Spreadsheet.EditChartSeriesState other)
| Type | Name | Description |
|---|---|---|
| Spreadsheet.EditChartSeriesState | other |
| Type | Description |
|---|---|
| bool |
protected virtual bool PrintMembers(Text.StringBuilder builder)
| Type | Name | Description |
|---|---|---|
| Text.StringBuilder | builder |
| Type | Description |
|---|---|
| bool |
public static bool operator !=(Spreadsheet.EditChartSeriesState left, Spreadsheet.EditChartSeriesState right)
| Type | Name | Description |
|---|---|---|
| Spreadsheet.EditChartSeriesState | left | |
| Spreadsheet.EditChartSeriesState | right |
| Type | Description |
|---|---|
| bool |
public static bool operator ==(Spreadsheet.EditChartSeriesState left, Spreadsheet.EditChartSeriesState right)
| Type | Name | Description |
|---|---|---|
| Spreadsheet.EditChartSeriesState | left | |
| Spreadsheet.EditChartSeriesState | right |
| Type | Description |
|---|---|
| bool |