Class Marker
Class Marker
Namespace: Aspose.Cells.Charts
Assembly: Aspose.Cells.dll (25.2.0)
선형 차트, 산점도 차트 또는 레이더 차트에서 마커를 나타냅니다.
public class Marker
상속
상속된 멤버
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; }
속성 값
BackgroundColor
선형 차트, 산점도 차트 또는 레이더 차트에서 마커 배경 색상을 나타냅니다.
public Color BackgroundColor { get; set; }
속성 값
BackgroundColorSetType
마커 배경 색상 설정 유형을 가져오거나 설정합니다.
public FormattingType BackgroundColorSetType { get; set; }
속성 값
Border
Aspose.Cells.Drawing.Line?text=border를 가져옵니다.
public Line Border { get; }
속성 값
ForegroundColor
선형 차트, 산점도 차트 또는 레이더 차트에서 마커 전경 색상을 나타냅니다.
public Color ForegroundColor { get; set; }
속성 값
ForegroundColorSetType
마커 전경 색상 설정 유형을 가져오거나 설정합니다.
public FormattingType ForegroundColorSetType { get; set; }
속성 값
MarkerSize
포인트 단위로 마커 크기를 나타냅니다. 선형 차트, 산점도 차트 또는 레이더 차트에 적용됩니다.
public int MarkerSize { get; set; }
속성 값
MarkerSizePx
픽셀 단위로 마커 크기를 나타냅니다. 선형 차트, 산점도 차트 또는 레이더 차트에 적용됩니다.
public int MarkerSizePx { get; set; }
속성 값
MarkerStyle
마커 스타일을 나타냅니다. 선형 차트, 산점도 차트 또는 레이더 차트에 적용됩니다.
public ChartMarkerType MarkerStyle { get; set; }