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

디자인타입 - default







amoxicillin 500mg capsules for humans

buy amoxicillin for chickens read here buy amoxicillin for fish

sildenafil

buy viagra jelly ps.portalavis.net erectile dysfunction treatments

amitriptyline 25mg

buy elavil uk blog.planningpme.es amitriptyline and tinnitus

ldn

naltrexon read lav dosis naltrexone

naltrexone without prescription in uk

buy naltrexone uk

buy sertraline 100mg

sertraline visa click here buy sertraline online

sertraline visa

buy antidepressant online click buy antidepressant online
히포차트 기본 디자인 타입




디자인타입 - default  디자인타입 - Simple  디자인타입 - Simple2  디자인타입 -  Classic  히포차트4 - 디자인 타입 Main 형  히포차트 4.3 - 그래프 좌표평면 그라데이션 배경색 주기  


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

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

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

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

this.hHippoChart1.DesignType = ChartDesignType.Default;
this.hHippoChart1.SeriesListDictionary.Add(sList);
this.hHippoChart1.DrawChart();


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

Dim r As New. Random()
For i As Integer = 0 To 3
Dim sr As New. Series()

For x As Integer = 0 To 2
Dim item As New. SeriesItem()
item.Name = x.ToString()
item.YValue = r.[Next](90)

sr.items.Add(item)
Next
sList.SeriesCollection.Add(sr)
Next

Me.hHippoChart1.DesignType = ChartDesignType.[Default]
Me.hHippoChart1.SeriesListDictionary.Add(sList)
Me.hHippoChart1.DrawChart()



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

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

helpdesk@hippochart.com





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