Chart.Labels
- Last UpdatedDec 08, 2015
- 1 minute read
The Chart.Labels property is a read-write integer property that sets the visibility of labels (chart label, X and Y axes scales, and cursor information) in the chart. Supported options are All and None (where 0 = All and 1 = None).
Syntax
Chart.Labels = int;
Result = Chart.Labels;
Remarks
The default is 0 (All).