Class OdfBubbleChartSeriesInfo
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
XValuesCellRangeAddressstringThe X value range address. / X 值範圍位址。
YValuesCellRangeAddressstringThe Y value range address. / Y 值範圍位址。
BubbleSizeCellRangeAddressstringThe bubble size range address. / 泡泡大小範圍位址。
LabelCellAddressstringThe optional label cell address. / 選用的標籤儲存格位址。
StyleNamestringThe optional series style name. / 選用的序列樣式名稱。
Properties
BubbleSizeCellRangeAddress
The bubble size range address. / 泡泡大小範圍位址。
public string? BubbleSizeCellRangeAddress { get; init; }
Property Value
LabelCellAddress
The optional label cell address. / 選用的標籤儲存格位址。
public string? LabelCellAddress { get; init; }
Property Value
StyleName
The optional series style name. / 選用的序列樣式名稱。
public string? StyleName { get; init; }
Property Value
XValuesCellRangeAddress
The X value range address. / X 值範圍位址。
public string? XValuesCellRangeAddress { get; init; }
Property Value
YValuesCellRangeAddress
The Y value range address. / Y 值範圍位址。
public string? YValuesCellRangeAddress { get; init; }
Property Value
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
XValuesCellRangeAddressstringYValuesCellRangeAddressstringBubbleSizeCellRangeAddressstringLabelCellAddressstringStyleNamestring
Equals(OdfBubbleChartSeriesInfo?)
public bool Equals(OdfBubbleChartSeriesInfo? other)
Parameters
otherOdfBubbleChartSeriesInfo
Returns
Equals(object?)
public override bool Equals(object? obj)
Parameters
objobject
Returns
GetHashCode()
public override int GetHashCode()
Returns
ToString()
public override string ToString()
Returns
Operators
operator ==(OdfBubbleChartSeriesInfo?, OdfBubbleChartSeriesInfo?)
public static bool operator ==(OdfBubbleChartSeriesInfo? left, OdfBubbleChartSeriesInfo? right)
Parameters
leftOdfBubbleChartSeriesInforightOdfBubbleChartSeriesInfo
Returns
operator !=(OdfBubbleChartSeriesInfo?, OdfBubbleChartSeriesInfo?)
public static bool operator !=(OdfBubbleChartSeriesInfo? left, OdfBubbleChartSeriesInfo? right)
Parameters
leftOdfBubbleChartSeriesInforightOdfBubbleChartSeriesInfo