Using Delphi to make statistical charts, Delphi pagecontrol tab title discoloration

Source: Internet
Author: User

Using Delphi to make statistical charts


Using the Dbchart control under Data controls (name set to DBCHT1), double click on Add to the type you want

First query in Delphi, then add

Dbcht1. Series[0]. xlabelssource:= ' field name ';

Dbcht1. Series[0]. yvalues.valuesource:= ' field name ';

Dbcht1. Series[0]. Datasource:=qry_1;

Dbcht1. Title.Text.SetText (' Name of the chart ');

The data can be displayed in the form of a chart

Delphi Pagecontrol Tab Title discoloration


1) Set the OwnerDraw property of the Pagecontrol to True

2) Add the following code to the Pagecontrol OnDrawTab event:

If Active Then

Begin

Pgc_test. Canvas.font.color:=clblue; Corresponding title turns blue

Pgc_test. Canvas.font.style:=[fsbold]; Corresponding title Bold

End

Pgc_test. Canvas.textout (rect.left+4,rect.top+4,pgc_test. Pages[tabindex]. Caption);//Output Sub-tab title content

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.