Table of Contents

Class OdfBubbleChartSeriesRequest

Namespace
OdfKit.Chart
Assembly
OdfKit.dll

Describes one bubble chart series bound to spreadsheet ranges. 描述一組繫結至試算表範圍的泡泡圖序列。

public sealed record OdfBubbleChartSeriesRequest : IEquatable<OdfBubbleChartSeriesRequest>
Inheritance
OdfBubbleChartSeriesRequest
Implements
Inherited Members

Constructors

OdfBubbleChartSeriesRequest(string, string, string, string?, string?)

Describes one bubble chart series bound to spreadsheet ranges. 描述一組繫結至試算表範圍的泡泡圖序列。

public OdfBubbleChartSeriesRequest(string XValuesCellRangeAddress, string YValuesCellRangeAddress, string BubbleSizeCellRangeAddress, string? LabelCellAddress = null, string? StyleName = null)

Parameters

XValuesCellRangeAddress string

The X value range address. / X 值範圍位址。

YValuesCellRangeAddress string

The Y value range address. / Y 值範圍位址。

BubbleSizeCellRangeAddress string

The bubble size range address. / 泡泡大小範圍位址。

LabelCellAddress string

The optional label cell address. / 選用的標籤儲存格位址。

StyleName string

The optional series style name. / 選用的序列樣式名稱。

Properties

BubbleSizeCellRangeAddress

The bubble size range address. / 泡泡大小範圍位址。

public string BubbleSizeCellRangeAddress { get; init; }

Property Value

string

LabelCellAddress

The optional label cell address. / 選用的標籤儲存格位址。

public string? LabelCellAddress { get; init; }

Property Value

string

StyleName

The optional series style name. / 選用的序列樣式名稱。

public string? StyleName { get; init; }

Property Value

string

XValuesCellRangeAddress

The X value range address. / X 值範圍位址。

public string XValuesCellRangeAddress { get; init; }

Property Value

string

YValuesCellRangeAddress

The Y value range address. / Y 值範圍位址。

public string YValuesCellRangeAddress { get; init; }

Property Value

string

Methods

Deconstruct(out string, out string, out string, out string?, out string?)

public void Deconstruct(out string XValuesCellRangeAddress, out string YValuesCellRangeAddress, out string BubbleSizeCellRangeAddress, out string? LabelCellAddress, out string? StyleName)

Parameters

XValuesCellRangeAddress string
YValuesCellRangeAddress string
BubbleSizeCellRangeAddress string
LabelCellAddress string
StyleName string

Equals(OdfBubbleChartSeriesRequest?)

public bool Equals(OdfBubbleChartSeriesRequest? other)

Parameters

other OdfBubbleChartSeriesRequest

Returns

bool

Equals(object?)

public override bool Equals(object? obj)

Parameters

obj object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int

ToString()

public override string ToString()

Returns

string

Operators

operator ==(OdfBubbleChartSeriesRequest?, OdfBubbleChartSeriesRequest?)

public static bool operator ==(OdfBubbleChartSeriesRequest? left, OdfBubbleChartSeriesRequest? right)

Parameters

left OdfBubbleChartSeriesRequest
right OdfBubbleChartSeriesRequest

Returns

bool

operator !=(OdfBubbleChartSeriesRequest?, OdfBubbleChartSeriesRequest?)

public static bool operator !=(OdfBubbleChartSeriesRequest? left, OdfBubbleChartSeriesRequest? right)

Parameters

left OdfBubbleChartSeriesRequest
right OdfBubbleChartSeriesRequest

Returns

bool