Table of Contents

Class OdfStockChartSeriesInfo

Namespace
OdfKit.Chart
Assembly
OdfKit.dll

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

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(OdfStockChartSeriesInfo?)

public bool Equals(OdfStockChartSeriesInfo? other)

Parameters

other OdfStockChartSeriesInfo

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

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

Parameters

left OdfStockChartSeriesInfo
right OdfStockChartSeriesInfo

Returns

bool

operator !=(OdfStockChartSeriesInfo?, OdfStockChartSeriesInfo?)

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

Parameters

left OdfStockChartSeriesInfo
right OdfStockChartSeriesInfo

Returns

bool