C++Builder Programming Forum
C++Builder  |  Delphi  |  FireMonkey  |  C/C++  |  Free Pascal  |  Firebird
볼랜드포럼 BorlandForum
 경고! 게시물 작성자의 사전 허락없는 메일주소 추출행위 절대 금지
C++빌더 포럼
Q & A
FAQ
팁&트릭
강좌/문서
자료실
컴포넌트/라이브러리
메신저 프로젝트
볼랜드포럼 홈
헤드라인 뉴스
IT 뉴스
공지사항
자유게시판
해피 브레이크
공동 프로젝트
구인/구직
회원 장터
건의사항
운영진 게시판
회원 메뉴
북마크
볼랜드포럼 광고 모집

C++빌더 Q&A
C++Builder Programming Q&A
[49748] 엑셀 차트
ljagho [] 1557 읽음    2007-06-29 09:31
ActiveSheet.Shapes("Chart 2").IncrementLeft -142.5
    ActiveSheet.Shapes("Chart 2").IncrementTop 248.25
    Windows("ljagho.xls").SmallScroll Down:=18
    ActiveSheet.Shapes("Chart 2").ScaleWidth 1.63, msoFalse, msoScaleFromTopLeft
    ActiveChart.Axes(xlValue).Select
    With ActiveChart.Axes(xlValue)
        .MinimumScale = -6
        .MaximumScale = 6
        .MinorUnit = 0.4
        .MajorUnit = 2
        .Crosses = xlCustom
        .CrossesAt = 0
        .ReversePlotOrder = False
        .ScaleType = xlLinear
        .DisplayUnit = xlNone
    End With
    Selection.TickLabels.AutoScaleFont = True
    With Selection.TickLabels.Font
        .Name = "돋움"
        .FontStyle = "보통"
        .Size = 8
        .Strikethrough = False
        .Superscript = False
        .Subscript = False
        .OutlineFont = False
        .Shadow = False
        .Underline = xlUnderlineStyleNone
        .ColorIndex = xlAutomatic
        .Background = xlAutomatic
    End With
    Selection.TickLabels.NumberFormatLinked = True
    ActiveChart.Axes(xlCategory).Select
    Selection.TickLabels.AutoScaleFont = True
    With Selection.TickLabels.Font
        .Name = "돋움"
        .FontStyle = "보통"
        .Size = 8
        .Strikethrough = False
        .Superscript = False
        .Subscript = False
        .OutlineFont = False
        .Shadow = False
        .Underline = xlUnderlineStyleNone
        .ColorIndex = xlAutomatic
        .Background = xlAutomatic
    End With

이거좀 c++빌더로 바꿔 주세요 위치 이동 하고 Y축 범위 정하는 것입니다.

+ -

관련 글 리스트
49748 엑셀 차트 ljagho 1557 2007/06/29
Google
Copyright © 1999-2015, borlandforum.com. All right reserved.