ShowDSLegend Property

Sets whether the data source legends are visible or invisible in a HistogramChart, LineChart, SPCBarChart, or XYChart Object.

Syntax

object.ShowDSLegend [= Boolean]

Properties

The ShowDSLegend property syntax has these parts:

Part

Description

object

An object expression that evaluates to an object in the Applies To list.

Boolean

Whether the data source legends are visible or invisible in a HistogramChart, LineChart, SPCBarChart, or XYChart Object.

Settings

The settings for Boolean are:

Value

Description

True

The data source legends are visible. (Default)

False

The data source legends are invisible.  

 

Applies To