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

히포차트 테마 적용하기 - Black







buy clomid bodybuilding

buy clomid tablets

buy amitriptyline london

buy antidepressants mastercard tchami.com buy amitriptyline uk

buy prednisolone 5mg

prednisolone weight gain

buy accutane pills

buy accutane pills

albuterol sulfate vs ventolin hfa

ventolin click here albuterol vs ventolin

waar abortus pil te kopen

abortus pil legaal teampaula.azurewebsites.net abortuspil kit

abortion pill usa legal uk

buy abortion pill uk blog.lakerestoration.com buy abortion pill online

accutane without insurance reddit

accutane without blood tests

coronavirus lyon

acheter plaquenil online plaquenil prix

buy naltrexone online canada

naltrexone buy online

where to buy low dose naltrexone

buy naltrexone online dogancoruh.com buy generic naltrexone online
테마 메소드를 통해 전체적인 테마를 변경할 수 있습니다.




히포차트 테마 적용하기 - Black  그리드 배경 제거, 그리드색상, 축 라벨 색상, 축 라인 색상 등 테마 만들기  히포차트 4.3 - 배경색, 테마, 그라데이션 적용하기 (Tip 포함)  


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 < 5; x++)
{
SeriesItem item = new SeriesItem();
item.Name = x.ToString();

item.YValue = r.Next(90);

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

this.hHippoChart1.LegendBox.Visible = false;
this.hHippoChart1.SeriesListDictionary.Add(sList);
this.hHippoChart1.DrawChart();

this.hHippoChart1.SetThemeSeries(Color.Black);


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

Dim r As New. Random()
Dim i As Integer = 0
While i < 4
Dim sr As New. Series()

Dim x As Integer = 0
While x < 5
Dim item As New. SeriesItem()
item.Name = x.ToString()

item.YValue = r.[Next](90)

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.LegendBox.Visible = False
Me.hHippoChart1.SeriesListDictionary.Add(sList)
Me.hHippoChart1.DrawChart()

Me.hHippoChart1.SetThemeSeries(Color.Black)



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

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

helpdesk@hippochart.com





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