HyperWorks Desktop

*BeginLegend() - HyperGraph

Indicates the beginning of a legend block in a plot block.

*BeginLegend() - HyperGraph

Indicates the beginning of a legend block in a plot block.

Previous topic Next topic No expanding text in this topic  

*BeginLegend() - HyperGraph

Indicates the beginning of a legend block in a plot block.

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

Syntax

*BeginLegend(On/Off)

Example

*BeginPlot()

    *BeginHeader(On)

       *Text("Passenger Airbag Demo")

       *Text("Elastic Force")

    *EndHeader()

    .        .        .

    *BeginAxis(X, "Untitled", on)

       *Label("Time (ms)")

       *Scale(Linear)

         .        .        .

       *Color(1)

       *AutoFit(TRUE)

    *EndAxis()

   *BeginLegend(On)

      *Font("helvetica", 0, 0, 12)

      *Position(1.2, 0)

      *BorderWidth(1)

   *EndLegend()

*EndPlot()

Application

HyperGraph and MediaView.

Context

*BeginPlot()

Report Definitions

Comments

The *BeginLegend() statement requires a closing *EndLegend() statement.

See also

 

*BeginContour()

*BeginLegend()

*BeginPlot()

*BorderWidth()

*ColorRGB()

*DisplayOptions()

*EndContour()

*EndLegend()

*FooterText()

*HeaderText()

*Leader()

*NumCols()

*Position() - Legend

*ShowInLegend()

*ShowMaxMin()

*ShowResult()

List of Session Statements