Class OdfBubbleChartSeriesRequest
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
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(OdfBubbleChartSeriesRequest?)
public bool Equals(OdfBubbleChartSeriesRequest? other)
Parameters
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 ==(OdfBubbleChartSeriesRequest?, OdfBubbleChartSeriesRequest?)
public static bool operator ==(OdfBubbleChartSeriesRequest? left, OdfBubbleChartSeriesRequest? right)
Parameters
Returns
operator !=(OdfBubbleChartSeriesRequest?, OdfBubbleChartSeriesRequest?)
public static bool operator !=(OdfBubbleChartSeriesRequest? left, OdfBubbleChartSeriesRequest? right)