Main Page | Class Hierarchy | Class List | File List | Class Members | File Members

IDSSGraphTitle Interface Reference

List of all members.

Detailed Description

This interface is used to represent the properties of different graph titles.


Public Member Functions

HRESULT Fill ([out, retval] IDSSGraphFill ppGraphFill)
 The fill properties of the title box.
HRESULT Font ([out, retval] IDSSGraphFont ppGraphFont)
 The font properties of the title.
HRESULT get_Location ([out] Int32 *pTop,[out] Int32 *pLeft,[out] Int32 *pBottom,[out] Int32 *pRight)
 The title location.
HRESULT Index ([out, retval] EnumDSSGraphTitleName *pIndex)
 The index of the title.
HRESULT Line ([out, retval] IDSSGraphLine ppGraphLine)
 The line properties of the title box.
HRESULT put_Location ([in] Int32 Top,[in] Int32 Left,[in] Int32 Bottom,[in] Int32 Right)
 The title location.
HRESULT Title ([in] BSTR Title)
 The Title text.
HRESULT Title ([out, retval] BSTR *pTitle)
 The Title text.
HRESULT Visibility ([in] VARIANT_BOOL Visibility)
 The visibility of the title.
HRESULT Visibility ([out, retval] VARIANT_BOOL *pVisibility)
 The visibility of the title.


Member Function Documentation

HRESULT IDSSGraphTitle::Fill [out, retval] IDSSGraphFill   ppGraphFill  ) 
 

The fill properties of the title box.

Parameters:
ppGraphFill The current fill properties.
Returns:
Usual COM result code:
  • S_OK

HRESULT IDSSGraphTitle::Font [out, retval] IDSSGraphFont   ppGraphFont  ) 
 

The font properties of the title.

Parameters:
ppGraphFont The current font properties.
Returns:
Usual COM result code:
  • S_OK

HRESULT IDSSGraphTitle::get_Location [out] Int32 *  pTop,
[out] Int32 *  pLeft,
[out] Int32 *  pBottom,
[out] Int32 *  pRight
 

The title location.

Parameters:
pTop Current top edge
pLeft Current left edge
pBottom Current bottom edge
pRight Current right edge
Returns:
Usual COM result code:
  • S_OK

HRESULT IDSSGraphTitle::Index [out, retval] EnumDSSGraphTitleName pIndex  ) 
 

The index of the title.

The index is specified by the enumeration EnumDSSGraphTitleName.

Parameters:
pIndex The Index of the title.
Returns:
Usual COM result code:
  • S_OK

HRESULT IDSSGraphTitle::Line [out, retval] IDSSGraphLine   ppGraphLine  ) 
 

The line properties of the title box.

Parameters:
ppGraphLine The current line properties.
Returns:
Usual COM result code:
  • S_OK

HRESULT IDSSGraphTitle::put_Location [in] Int32  Top,
[in] Int32  Left,
[in] Int32  Bottom,
[in] Int32  Right
 

The title location.

Parameters:
Top New top edge
Left New left edge
Bottom New bottom edge
Right New right edge
Returns:
Usual COM result code:
  • S_OK

HRESULT IDSSGraphTitle::Title [in] BSTR  Title  ) 
 

The Title text.

The title text is translatable and will be resolved based on the locale setting.

Parameters:
Title The new title text.
Returns:
Usual COM result code:
  • S_OK

HRESULT IDSSGraphTitle::Title [out, retval] BSTR *  pTitle  ) 
 

The Title text.

The title text is translatable and will be resolved based on the locale setting.

Parameters:
pTitle The current title text.
Returns:
Usual COM result code:
  • S_OK

HRESULT IDSSGraphTitle::Visibility [in] VARIANT_BOOL  Visibility  ) 
 

The visibility of the title.

Parameters:
Visibility The new visibility.
Returns:
Usual COM result code:
  • S_OK

HRESULT IDSSGraphTitle::Visibility [out, retval] VARIANT_BOOL *  pVisibility  ) 
 

The visibility of the title.

Parameters:
pVisibility The current visibility.
Returns:
Usual COM result code:
  • S_OK


Copyright © 1996-2018 MicroStrategy Inc. All Rights Reserved.