Controls access to the time legend group.
[Visual Basic 6.0] Property ShowTimeLegendGroup As Boolean
[Visual Basic .NET] Public Property ShowTimeLegendGroup As Boolean
[C#] public bool ShowTimeLegendGroup {get; set;}
[Java] public boolean isShowTimeLegendGroup() throws IOException, AutomationException
[Java] public void setShowTimeLegendGroup( boolean ShowTimeLegendGroup ) throws IOException, AutomationException
[C++]
HRESULT get_ShowTimeLegendGroup(
VARIANT_BOOL* pbShowTimeLegends
);
[C++] HRESULT put_ShowTimeLegendGroup( VARIANT_BOOL pbShowTimeLegends);
Parameters
pbShowTimeLegends [out, retval]
pbShowTimeLegends is a parameter of type VARIANT_BOOL
pbShowTimeLegends [in]
pbShowTimeLegends is a parameter of type VARIANT_BOOL
This property controls the access to the time legend group.