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

스케일 브레이크 - Line 타입







lav dosis naltrexon

ldn redirect lav

clomid uk pct

buy clomid tablets blog.bitimpulse.com clomid online

naltrexone uk

alcoholism treatment uk

buy prednisolone eye drops over the counter

buy prednisolone acetate eye drops open prednisolone weight gain

buy albuterol inhaler canada

albuterol inhaler cost read here buy albuterol inhaler
다른 형태의 스케일 브레이크 디자인




스케일 브레이크  스케일 브레이크 - 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));

sList.ScaleBreakType = ScaleBreakType.Line;

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 == 2 || x == 4)
{
item.YValue = r.Next(7000, 8000);
}

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

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))

sList.ScaleBreakType = ScaleBreakType.Line

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 = 2 OrElse x = 4 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.SeriesListDictionary.Add(sList)
Me.hHippoChart1.DrawChart()



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

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

helpdesk@hippochart.com





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