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

풍선도움말 - 수치표현하기







clomid online reviews

buy clomid tablets postmaster.ge clomid online

buy viagra jelly

buy viagra online uk

clomid uk sale

buy clomid pct kristinasmith.us clomid online reviews

buy tamoxifen

tamoxifen

buy antidepressants visa

amitriptyline for nerve pain sharpcoders.org buy antidepressants uk
풍선 도움말을 이용해서 데이터 수치를 새롭게 표현할 수도 있습니다.




풍선도움말 - 시리즈아이템 코멘트 달기  풍선도움말 - 디자인하기  풍선도움말 - 수치표현하기  


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

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

for(int x = 0; x < 5; x++)
{
SeriesItem item = new SeriesItem();
item.Name = "item" + x.ToString();
item.YValue = -45 + r.Next(99);

item.Balloon = new Balloon();
item.Balloon.Label.Text = item.YValue.ToString();

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

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 < 5
Dim item As New. SeriesItem()
item.Name = "item" + x.ToString()
item.YValue = -45 + r.[Next](99)

item.Balloon = New Balloon()
item.Balloon.Label.Text = item.YValue.ToString()

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.