BCGSuite for MFC

Detailed Description

The BCGPChartLayout structure defines Chart layout. You can set its fields directly using CBCGPChartVisualObject::m_chartLayout member, or indirectly using the following CBCGPChartVisualObject methods:

Note, you have to call CBCGPChartVisualObject::SetDirty(TRUE, TRUE) to see the changes immediately.

Public Types

enum  LegendPosition
 

Public Attributes

 m_bDrawLegendShapeSpecifies whether to draw legend border and fill its background.
 
 m_bLegendOverlapsChartSpecifies whether the legend overlaps diagram area, or not.
 
 m_bShowChartTitleSpecifies whether to display a chart title, or not.
 
 m_bTitleOverlapsChartSpecifies whether a chart title overlaps the diagram area, or not.
 
 m_legendPositionSpecifies legend position.