Table of Contents

Class OdfStockChartSeriesRequest

Namespace
OdfKit.Chart
Assembly
OdfKit.dll

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

OpenCellRangeAddress string

The open price range address. / 開盤價範圍位址。

HighCellRangeAddress string

The high price range address. / 最高價範圍位址。

LowCellRangeAddress string

The low price range address. / 最低價範圍位址。

CloseCellRangeAddress string

The close price range address. / 收盤價範圍位址。

VolumeCellRangeAddress string

The optional volume range address. / 選用的成交量範圍位址。

LabelCellAddress string

The optional label cell address. / 選用的標籤儲存格位址。

StyleName string

The optional series style name. / 選用的序列樣式名稱。

Properties

CloseCellRangeAddress

The close price range address. / 收盤價範圍位址。

public string CloseCellRangeAddress { get; init; }

Property Value

string

HighCellRangeAddress

The high price range address. / 最高價範圍位址。

public string HighCellRangeAddress { get; init; }

Property Value

string

LabelCellAddress

The optional label cell address. / 選用的標籤儲存格位址。

public string? LabelCellAddress { get; init; }

Property Value

string

LowCellRangeAddress

The low price range address. / 最低價範圍位址。

public string LowCellRangeAddress { get; init; }

Property Value

string

OpenCellRangeAddress

The open price range address. / 開盤價範圍位址。

public string OpenCellRangeAddress { get; init; }

Property Value

string

StyleName

The optional series style name. / 選用的序列樣式名稱。

public string? StyleName { get; init; }

Property Value

string

VolumeCellRangeAddress

The optional volume range address. / 選用的成交量範圍位址。

public string? VolumeCellRangeAddress { get; init; }

Property Value

string

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

OpenCellRangeAddress string
HighCellRangeAddress string
LowCellRangeAddress string
CloseCellRangeAddress string
VolumeCellRangeAddress string
LabelCellAddress string
StyleName string

Equals(OdfStockChartSeriesRequest?)

public bool Equals(OdfStockChartSeriesRequest? other)

Parameters

other OdfStockChartSeriesRequest

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

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

Parameters

left OdfStockChartSeriesRequest
right OdfStockChartSeriesRequest

Returns

bool

operator !=(OdfStockChartSeriesRequest?, OdfStockChartSeriesRequest?)

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

Parameters

left OdfStockChartSeriesRequest
right OdfStockChartSeriesRequest

Returns

bool