Home 소개       다운로드       온라인 설명서      주식/코인 차트    Q & A     Blog    

스케일 브레이크







buy amitriptyline online

buy amitriptyline

viagra asda

buy viagra online uk

buy tamoxifen citrate

tamoxifen cost uk

amoxicillin 500mg cap sandoz

amoxicillin 875

clomid uk success rates

buy clomid tablets

clomid manchester

clomid uk prescription online clomid online

accutane without blood tests

buy accutane europe click here accutane without insurance

prednisolone london

buy prednisolone 5mg tablets uk

buy abortion pill philippines

abortion pill philippines

buy amitriptyline uk

amitriptyline 10mg
동일 시리즈에서 데이터 격차가 클 경우 축 일부를 잘라내는 효과를 줄 수 있습니다.




스케일 브레이크  스케일 브레이크 - Line 타입  


C#
 
SeriesList sList = new SeriesList();
sList.ChartType = ChartType.Column;

sList.AxisFactor.YAxis.SetAxisStep(0, 8000, 500);
sList.AxisFactor.YAxis.AxisScaleRanges.Add(new AxisScaleRange(1000, 6000));

Random r = new Random();
for(int i = 0; i < 1; i++)
{
Series sr = new Series();

for(int x = 0; x < 6; x++)
{
SeriesItem item = new SeriesItem();
item.Name = "item" + x.ToString();
item.YValue = r.Next(999);

if (x == 1)
{
item.YValue = r.Next(7000, 8000);
}

sr.items.Add(item);
}
sList.SeriesCollection.Add(sr);
}

this.hHippoChart1.DesignType = ChartDesignType.Simple;
this.hHippoChart1.PaletteType = PaletteType.Soft;
this.hHippoChart1.SeriesListDictionary.Add(sList);
this.hHippoChart1.DrawChart();


VB
 
Dim sList As New. SeriesList()
sList.ChartType = ChartType.Column

sList.AxisFactor.YAxis.SetAxisStep(0, 8000, 500)
sList.AxisFactor.YAxis.AxisScaleRanges.Add(New AxisScaleRange(1000, 6000))

Dim r As New. Random()
Dim i As Integer = 0
While i < 1
Dim sr As New. Series()

Dim x As Integer = 0
While x < 6
Dim item As New. SeriesItem()
item.Name = "item" + x.ToString()
item.YValue = r.[Next](999)

If x = 1 Then
item.YValue = r.[Next](7000, 8000)
End If

sr.items.Add(item)
System.Math.Max(System.Threading.Interlocked.Increment(x),x - 1)
End While
sList.SeriesCollection.Add(sr)
System.Math.Max(System.Threading.Interlocked.Increment(i),i - 1)
End While

Me.hHippoChart1.DesignType = ChartDesignType.Simple
Me.hHippoChart1.PaletteType = PaletteType.Soft
Me.hHippoChart1.SeriesListDictionary.Add(sList)
Me.hHippoChart1.DrawChart()



※ 히포차트 샘플 코드는 버전별로 상이한 결과를 나타낼 수 있습니다.

이 코드 관련 문의 사항은 페이스북 리플을 달아주시거나 아래 이메일로 이 페이지 주소와 함께 문의주세요.

helpdesk@hippochart.com





Copyright © 2009-2024 히포소프트(Hipposoft)   All Rights Reserved.