Table of Contents

Class OdfStockMarkerStyle

Namespace
OdfKit.Chart
Assembly
OdfKit.dll

Describes practical stock chart marker styles. 描述實務股票圖標記樣式。

public sealed record OdfStockMarkerStyle : IEquatable<OdfStockMarkerStyle>
Inheritance
OdfStockMarkerStyle
Implements
Inherited Members

Constructors

OdfStockMarkerStyle(OdfChartSurfaceStyle?, OdfChartSurfaceStyle?, OdfChartSurfaceStyle?)

Describes practical stock chart marker styles. 描述實務股票圖標記樣式。

public OdfStockMarkerStyle(OdfChartSurfaceStyle? GainStyle = null, OdfChartSurfaceStyle? LossStyle = null, OdfChartSurfaceStyle? RangeLineStyle = null)

Parameters

GainStyle OdfChartSurfaceStyle

The gain marker surface style. / 上漲標記表面樣式。

LossStyle OdfChartSurfaceStyle

The loss marker surface style. / 下跌標記表面樣式。

RangeLineStyle OdfChartSurfaceStyle

The range line style. / 範圍線樣式。

Properties

GainStyle

The gain marker surface style. / 上漲標記表面樣式。

public OdfChartSurfaceStyle? GainStyle { get; init; }

Property Value

OdfChartSurfaceStyle

LossStyle

The loss marker surface style. / 下跌標記表面樣式。

public OdfChartSurfaceStyle? LossStyle { get; init; }

Property Value

OdfChartSurfaceStyle

RangeLineStyle

The range line style. / 範圍線樣式。

public OdfChartSurfaceStyle? RangeLineStyle { get; init; }

Property Value

OdfChartSurfaceStyle

Methods

Deconstruct(out OdfChartSurfaceStyle?, out OdfChartSurfaceStyle?, out OdfChartSurfaceStyle?)

public void Deconstruct(out OdfChartSurfaceStyle? GainStyle, out OdfChartSurfaceStyle? LossStyle, out OdfChartSurfaceStyle? RangeLineStyle)

Parameters

GainStyle OdfChartSurfaceStyle
LossStyle OdfChartSurfaceStyle
RangeLineStyle OdfChartSurfaceStyle

Equals(OdfStockMarkerStyle?)

public bool Equals(OdfStockMarkerStyle? other)

Parameters

other OdfStockMarkerStyle

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

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

Parameters

left OdfStockMarkerStyle
right OdfStockMarkerStyle

Returns

bool

operator !=(OdfStockMarkerStyle?, OdfStockMarkerStyle?)

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

Parameters

left OdfStockMarkerStyle
right OdfStockMarkerStyle

Returns

bool