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

팔레트타입 - Soft







clomid online

clomid uk pct click here clomid london drugs
Soft 타입의 팔레트




팔레트 타입 - classic  팔레트 타입 Sky2  팔레트 타입 Shadow  팔레트타입 - (기본값)  팔레트타입 - Cool   팔레트타입 - Sky  팔레트타입 - Soft  히포차트 4.1 - 팔레트 "Lover" 추가  


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

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

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

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

this.hHippoChart1.LegendBox.Visible = false;
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.IsShow3D = True

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

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

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

Me.hHippoChart1.LegendBox.Visible = False
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.