Class OdfStockChartSeriesRequest
Describes one stock chart series bound to OHLC spreadsheet ranges. 描述一組繫結至 OHLC 試算表範圍的股票圖序列。
public sealed record OdfStockChartSeriesRequest : IEquatable<OdfStockChartSeriesRequest>
- Inheritance
-
OdfStockChartSeriesRequest
- Implements
- Inherited Members
Constructors
OdfStockChartSeriesRequest(string, string, string, string, string?, string?, string?)
Describes one stock chart series bound to OHLC spreadsheet ranges. 描述一組繫結至 OHLC 試算表範圍的股票圖序列。
public OdfStockChartSeriesRequest(string OpenCellRangeAddress, string HighCellRangeAddress, string LowCellRangeAddress, string CloseCellRangeAddress, string? VolumeCellRangeAddress = null, string? LabelCellAddress = null, string? StyleName = null)
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(OdfStockChartSeriesRequest?)
public bool Equals(OdfStockChartSeriesRequest? 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 ==(OdfStockChartSeriesRequest?, OdfStockChartSeriesRequest?)
public static bool operator ==(OdfStockChartSeriesRequest? left, OdfStockChartSeriesRequest? right)
Parameters
Returns
operator !=(OdfStockChartSeriesRequest?, OdfStockChartSeriesRequest?)
public static bool operator !=(OdfStockChartSeriesRequest? left, OdfStockChartSeriesRequest? right)