Class OdfChartMarkerStyle
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
SymbolstringThe marker symbol token, such as
circleorsquare. / 標記符號 token,例如circle或square。SizestringThe marker size, such as
0.25cm. / 標記大小,例如0.25cm。FillColorstringThe optional fill color. / 選用填滿色。
StrokeColorstringThe optional stroke color. / 選用筆觸色。
Properties
FillColor
The optional fill color. / 選用填滿色。
public string? FillColor { get; init; }
Property Value
Size
The marker size, such as 0.25cm. / 標記大小,例如 0.25cm。
public string? Size { get; init; }
Property Value
StrokeColor
The optional stroke color. / 選用筆觸色。
public string? StrokeColor { get; init; }
Property Value
Symbol
The marker symbol token, such as circle or square. / 標記符號 token,例如 circle 或 square。
public string? Symbol { get; init; }
Property Value
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
Equals(OdfChartMarkerStyle?)
public bool Equals(OdfChartMarkerStyle? other)
Parameters
otherOdfChartMarkerStyle
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 ==(OdfChartMarkerStyle?, OdfChartMarkerStyle?)
public static bool operator ==(OdfChartMarkerStyle? left, OdfChartMarkerStyle? right)
Parameters
leftOdfChartMarkerStylerightOdfChartMarkerStyle
Returns
operator !=(OdfChartMarkerStyle?, OdfChartMarkerStyle?)
public static bool operator !=(OdfChartMarkerStyle? left, OdfChartMarkerStyle? right)
Parameters
leftOdfChartMarkerStylerightOdfChartMarkerStyle