Represents the editable state of a chart.
Object
Namespace: Radzen.Blazor.Spreadsheet
Assembly: Radzen.Blazor.dll
public class EditChartStateRepresents the editable state of a chart.
public EditChartState(Documents.Spreadsheet.SpreadsheetChartType ChartType, string Title, bool ShowLegend, Documents.Spreadsheet.ChartLegendPosition LegendPosition, List<Spreadsheet.EditChartSeriesState> SeriesStates)
| Type | Name | Description |
|---|---|---|
| Documents.Spreadsheet.SpreadsheetChartType | ChartType | |
| string | Title | |
| bool | ShowLegend | |
| Documents.Spreadsheet.ChartLegendPosition | LegendPosition | |
| List<Spreadsheet.EditChartSeriesState> | SeriesStates |
Represents the editable state of a chart.
protected EditChartState(Spreadsheet.EditChartState original)
| Type | Name | Description |
|---|---|---|
| Spreadsheet.EditChartState | original |
public Documents.Spreadsheet.SpreadsheetChartType ChartType { get; set; }
| Type | Description |
|---|---|
| Documents.Spreadsheet.SpreadsheetChartType |
protected Type EqualityContract { get; }
| Type | Description |
|---|---|
| Type |
public Documents.Spreadsheet.ChartLegendPosition LegendPosition { get; set; }
| Type | Description |
|---|---|
| Documents.Spreadsheet.ChartLegendPosition |
public List<Spreadsheet.EditChartSeriesState> SeriesStates { get; set; }
| Type | Description |
|---|---|
| List<Spreadsheet.EditChartSeriesState> |
public bool ShowLegend { get; set; }
| Type | Description |
|---|---|
| bool |
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)
| 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 |
public override bool Equals(object obj)
| Type | Name | Description |
|---|---|---|
| object | obj |
| Type | Description |
|---|---|
| bool |
public override bool Equals(Spreadsheet.EditChartState other)
| Type | Name | Description |
|---|---|---|
| Spreadsheet.EditChartState | 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.EditChartState left, Spreadsheet.EditChartState right)
| Type | Name | Description |
|---|---|---|
| Spreadsheet.EditChartState | left | |
| Spreadsheet.EditChartState | right |
| Type | Description |
|---|---|
| bool |
public static bool operator ==(Spreadsheet.EditChartState left, Spreadsheet.EditChartState right)
| Type | Name | Description |
|---|---|---|
| Spreadsheet.EditChartState | left | |
| Spreadsheet.EditChartState | right |
| Type | Description |
|---|---|
| bool |