Class OdfStockChartSeriesInfo
Summarizes one stock chart series in document order. 摘要表示文件順序中的一組股票圖序列。
public sealed record OdfStockChartSeriesInfo : IEquatable<OdfStockChartSeriesInfo>
- Inheritance
-
OdfStockChartSeriesInfo
- Implements
- Inherited Members
Constructors
OdfStockChartSeriesInfo(string?, string?, string?, string?, string?, string?, string?)
Summarizes one stock chart series in document order. 摘要表示文件順序中的一組股票圖序列。
public OdfStockChartSeriesInfo(string? OpenCellRangeAddress, string? HighCellRangeAddress, string? LowCellRangeAddress, string? CloseCellRangeAddress, string? VolumeCellRangeAddress, string? LabelCellAddress, string? StyleName)
Parameters
OpenCellRangeAddressstringThe open price range address. / 開盤價範圍位址。
HighCellRangeAddressstringThe high price range address. / 最高價範圍位址。
LowCellRangeAddressstringThe low price range address. / 最低價範圍位址。
CloseCellRangeAddressstringThe close price range address. / 收盤價範圍位址。
VolumeCellRangeAddressstringThe optional volume range address. / 選用的成交量範圍位址。
LabelCellAddressstringThe optional label cell address. / 選用的標籤儲存格位址。
StyleNamestringThe optional series style name. / 選用的序列樣式名稱。
Properties
CloseCellRangeAddress
The close price range address. / 收盤價範圍位址。
public string? CloseCellRangeAddress { get; init; }
Property Value
HighCellRangeAddress
The high price range address. / 最高價範圍位址。
public string? HighCellRangeAddress { get; init; }
Property Value
LabelCellAddress
The optional label cell address. / 選用的標籤儲存格位址。
public string? LabelCellAddress { get; init; }
Property Value
LowCellRangeAddress
The low price range address. / 最低價範圍位址。
public string? LowCellRangeAddress { get; init; }
Property Value
OpenCellRangeAddress
The open price range address. / 開盤價範圍位址。
public string? OpenCellRangeAddress { get; init; }
Property Value
StyleName
The optional series style name. / 選用的序列樣式名稱。
public string? StyleName { get; init; }
Property Value
VolumeCellRangeAddress
The optional volume range address. / 選用的成交量範圍位址。
public string? VolumeCellRangeAddress { get; init; }
Property Value
Methods
Deconstruct(out string?, out string?, out string?, out string?, out string?, out string?, out string?)
public void Deconstruct(out string? OpenCellRangeAddress, out string? HighCellRangeAddress, out string? LowCellRangeAddress, out string? CloseCellRangeAddress, out string? VolumeCellRangeAddress, out string? LabelCellAddress, out string? StyleName)
Parameters
OpenCellRangeAddressstringHighCellRangeAddressstringLowCellRangeAddressstringCloseCellRangeAddressstringVolumeCellRangeAddressstringLabelCellAddressstringStyleNamestring
Equals(OdfStockChartSeriesInfo?)
public bool Equals(OdfStockChartSeriesInfo? other)
Parameters
otherOdfStockChartSeriesInfo
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 ==(OdfStockChartSeriesInfo?, OdfStockChartSeriesInfo?)
public static bool operator ==(OdfStockChartSeriesInfo? left, OdfStockChartSeriesInfo? right)
Parameters
leftOdfStockChartSeriesInforightOdfStockChartSeriesInfo
Returns
operator !=(OdfStockChartSeriesInfo?, OdfStockChartSeriesInfo?)
public static bool operator !=(OdfStockChartSeriesInfo? left, OdfStockChartSeriesInfo? right)
Parameters
leftOdfStockChartSeriesInforightOdfStockChartSeriesInfo