Table of Contents

Class OdfBubbleChartSeriesInfo

Namespace
OdfKit.Chart
Assembly
OdfKit.dll

Summarizes one bubble chart series in document order. 摘要表示文件順序中的一組泡泡圖序列。

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

Constructors

OdfBubbleChartSeriesInfo(string?, string?, string?, string?, string?)

Summarizes one bubble chart series in document order. 摘要表示文件順序中的一組泡泡圖序列。

public OdfBubbleChartSeriesInfo(string? XValuesCellRangeAddress, string? YValuesCellRangeAddress, string? BubbleSizeCellRangeAddress, string? LabelCellAddress, string? StyleName)

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(OdfBubbleChartSeriesInfo?)

public bool Equals(OdfBubbleChartSeriesInfo? other)

Parameters

other OdfBubbleChartSeriesInfo

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 ==(OdfBubbleChartSeriesInfo?, OdfBubbleChartSeriesInfo?)

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

Parameters

left OdfBubbleChartSeriesInfo
right OdfBubbleChartSeriesInfo

Returns

bool

operator !=(OdfBubbleChartSeriesInfo?, OdfBubbleChartSeriesInfo?)

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

Parameters

left OdfBubbleChartSeriesInfo
right OdfBubbleChartSeriesInfo

Returns

bool