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

Description - 차트 설명 문구







viagra asda

viagra online blog.thecraftyowl.co.uk buy viagra over the counter

buy prednisolone

prednisolone weight gain gwynn-jones.com.au buy prednisolone liquid

tamoxifen uk

tamoxifen

buy prednisolone 25mg tablets

prednisolone cost blog.analysisuk.com prednisolone weight gain

buy amoxicillin-clavulanate uk

amoxicillin 500mg

clomid uk buy online

clomid uk sale

albuterol inhaler cost

buy albuterol for nebulizer

abortion pill over the counter in usa

buy abortion pill online usa
Description 객체를 통해 차트 영역의 4방향 중 한 곳에 데이터에 대한 설명 문구를 삽입할 수 있습니다.




Description - 차트 설명 문구  히포차트 4.3 - 설명문구, Description, 타이틀, 로고  


C#
 
SeriesList sList = new SeriesList();
sList.ChartType = ChartType.Column;
sList.GraphArea.Grid.GridDirection = GridDirection.None;

sList.Description.Label.Font = new Font("굴림", 9, FontStyle.Regular);
sList.Description.Label.Text = "※ 히포차트는 닷넷 프레임워크 기반으로 제작된 차트 컨트롤로서 멋진 디자인과 다양한 기능, 원활한 레퍼런스와 높은 성능을 주요 특징으로 하고 있습니다. \r\n\r\n 또한, 2년여 동안 인터넷 커뮤니티를 통해 베타 버전을 서비스하면서 얻은 많은 개발자분들의 요청사항과 제안들을 통해 개발 시 실질적으로 필요한 기능들을 모두 갖추고 있습니다. ";
sList.Description.XDirection = AxisDirection.Right;
sList.Description.YDirection = AxisDirection.Top;

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

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

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.GraphArea.Grid.GridDirection = GridDirection.None

sList.Description.Label.Font = New Font("굴림", 9, FontStyle.Regular)
sList.Description.Label.Text = "※ 히포차트는 닷넷 프레임워크 기반으로 제작된 차트 컨트롤로서 멋진 디자인과 다양한 기능, 원활한 레퍼런스와 높은 성능을 주요 특징으로 하고 있습니다. " & vbCr & vbLf & vbCr & vbLf & " 또한, 2년여 동안 인터넷 커뮤니티를 통해 베타 버전을 서비스하면서 얻은 많은 개발자분들의 요청사항과 제안들을 통해 개발 시 실질적으로 필요한 기능들을 모두 갖추고 있습니다. "
sList.Description.XDirection = AxisDirection.Right
sList.Description.YDirection = AxisDirection.Top

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

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

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

Me.hHippoChart1.SeriesListDictionary.Add(sList)
Me.hHippoChart1.DrawChart()



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

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

helpdesk@hippochart.com





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