AxisScaleBreakStyle.CollapsibleSpaceThreshold 속성

정의

눈금 나누기를 그릴 차트의 공간 임계값을 가져오거나 설정합니다.

public:
 property int CollapsibleSpaceThreshold { int get(); void set(int value); };
public int CollapsibleSpaceThreshold { get; set; }
member this.CollapsibleSpaceThreshold : int with get, set
Public Property CollapsibleSpaceThreshold As Integer

속성 값

integer 눈금 나누기를 그릴 차트의 공간 임계값을 지정하는 값입니다.

설명

이 속성은 Y축 눈금의 백분율로 측정됩니다. 기본적으로 해당 값은 25로 설정됩니다. 즉, 소수 자릿수의 25% 이상의 차이가 있는 계열의 데이터 요소가 배율 구분선으로 축소됩니다.

적용 대상