Table of Contents

Class OdfChartMarkerStyle

Namespace
OdfKit.Chart
Assembly
OdfKit.dll

Describes practical marker styling for line and scatter chart series. 描述折線圖與散佈圖序列的實務標記樣式。

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

Constructors

OdfChartMarkerStyle(string?, string?, string?, string?)

Describes practical marker styling for line and scatter chart series. 描述折線圖與散佈圖序列的實務標記樣式。

public OdfChartMarkerStyle(string? Symbol = null, string? Size = null, string? FillColor = null, string? StrokeColor = null)

Parameters

Symbol string

The marker symbol token, such as circle or square. / 標記符號 token,例如 circlesquare

Size string

The marker size, such as 0.25cm. / 標記大小,例如 0.25cm

FillColor string

The optional fill color. / 選用填滿色。

StrokeColor string

The optional stroke color. / 選用筆觸色。

Properties

FillColor

The optional fill color. / 選用填滿色。

public string? FillColor { get; init; }

Property Value

string

Size

The marker size, such as 0.25cm. / 標記大小,例如 0.25cm

public string? Size { get; init; }

Property Value

string

StrokeColor

The optional stroke color. / 選用筆觸色。

public string? StrokeColor { get; init; }

Property Value

string

Symbol

The marker symbol token, such as circle or square. / 標記符號 token,例如 circlesquare

public string? Symbol { get; init; }

Property Value

string

Methods

Deconstruct(out string?, out string?, out string?, out string?)

public void Deconstruct(out string? Symbol, out string? Size, out string? FillColor, out string? StrokeColor)

Parameters

Symbol string
Size string
FillColor string
StrokeColor string

Equals(OdfChartMarkerStyle?)

public bool Equals(OdfChartMarkerStyle? other)

Parameters

other OdfChartMarkerStyle

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

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

Parameters

left OdfChartMarkerStyle
right OdfChartMarkerStyle

Returns

bool

operator !=(OdfChartMarkerStyle?, OdfChartMarkerStyle?)

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

Parameters

left OdfChartMarkerStyle
right OdfChartMarkerStyle

Returns

bool