FRAMES | NO FRAMES
MultiProfileBarChartParameters Type

Parameters of MultiProfileBarChart task.

Availability: Business Analyst Server.

class MultiProfileBarChartParameters : StandardReportParameters

Property Description
BaseProfile Base segmentation profile. Type ProfileData.
IndexThreshold Index threshold. Type Double.
TargetGroup (optional) Target group. Type TargetGroupData.
TargetProfile1 Target segmentation profile 1. Type ProfileData.
TargetProfile2 Target segmentation profile 2. Type ProfileData.
TargetProfile3 (optional) Target segmentation profile 3. Type ProfileData.
StandardReportOptions Report parameters. The TemplateName parameter is ignored. Type ReportOptions. Available with Business Analyst Server 9.3.1. Inherited from StandardReportParameters.
ActiveDatasetID ID of the active dataset. Type String. Inherited from AnalysisParameters.
IsFullErrorMessage Mode for composing error messages. Type Boolean. Inherited from AnalysisParameters.
OutputSpatialReference An option specifying the spatial reference to return the output feature layer in. Type SpatialReference. If this parameter is missing, the output record set will be returned in the default spatial reference. Available with Business Analyst Server 10.0 SP1. Inherited from AnalysisParameters.
ReturnGeometry An option specifying the presence of the shape attribute in the returned record set. Type Boolean. Available with Business Analyst Server 10.0 SP1. Inherited from AnalysisParameters.
Default: true.

Remarks

The BaseProfile property specifies the base tapestry segmentation profile used for calculation the index. Up to three target segmentation profiles can be specified—the TargetProfile1 is used to create the bar chart and the TargetProfile2 and TargetProfile3 are used to draw trend lines on top of the bar chart.

The IndexThreshold property specifies the position of y-axis on the bar chart.

If the TargetGroup property is specified, the bars for Tapestry segments are colorized with respect to the major groups to which the segments belong.

See Also