Class Marker

Class Marker

Namespace: Aspose.Cells.Charts
Assembly: Aspose.Cells.dll (25.2.0)

선형 차트, 산점도 차트 또는 레이더 차트에서 마커를 나타냅니다.

public class Marker

상속

objectMarker

상속된 멤버

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

속성

Area

Aspose.Cells.Charts.Marker.Area?text=area를 가져옵니다.

public Area Area { get; }

속성 값

Area

BackgroundColor

선형 차트, 산점도 차트 또는 레이더 차트에서 마커 배경 색상을 나타냅니다.

public Color BackgroundColor { get; set; }

속성 값

Color

BackgroundColorSetType

마커 배경 색상 설정 유형을 가져오거나 설정합니다.

public FormattingType BackgroundColorSetType { get; set; }

속성 값

FormattingType

Border

Aspose.Cells.Drawing.Line?text=border를 가져옵니다.

public Line Border { get; }

속성 값

Line

ForegroundColor

선형 차트, 산점도 차트 또는 레이더 차트에서 마커 전경 색상을 나타냅니다.

public Color ForegroundColor { get; set; }

속성 값

Color

ForegroundColorSetType

마커 전경 색상 설정 유형을 가져오거나 설정합니다.

public FormattingType ForegroundColorSetType { get; set; }

속성 값

FormattingType

MarkerSize

포인트 단위로 마커 크기를 나타냅니다. 선형 차트, 산점도 차트 또는 레이더 차트에 적용됩니다.

public int MarkerSize { get; set; }

속성 값

int

MarkerSizePx

픽셀 단위로 마커 크기를 나타냅니다. 선형 차트, 산점도 차트 또는 레이더 차트에 적용됩니다.

public int MarkerSizePx { get; set; }

속성 값

int

MarkerStyle

마커 스타일을 나타냅니다. 선형 차트, 산점도 차트 또는 레이더 차트에 적용됩니다.

public ChartMarkerType MarkerStyle { get; set; }

속성 값

ChartMarkerType

 한국어