LineChartLineStyleSettings
Line styles options for a line series in LineChartVisual.
Contents
Note
In the following list, the required parameters are described first.
- LineInterpolation
 - 
               
Interpolation style for line series.
- 
                     
LINEAR: Show as default, linear style. - 
                     
SMOOTH: Show as a smooth curve. - 
                     
STEPPED: Show steps in line. 
Type: String
Valid Values:
LINEAR | SMOOTH | STEPPEDRequired: No
 - 
                     
 - LineStyle
 - 
               
Line style for line series.
- 
                     
SOLID: Show as a solid line. - 
                     
DOTTED: Show as a dotted line. - 
                     
DASHED: Show as a dashed line. 
Type: String
Valid Values:
SOLID | DOTTED | DASHEDRequired: No
 - 
                     
 - LineVisibility
 - 
               
Configuration option that determines whether to show the line for the series.
Type: String
Valid Values:
HIDDEN | VISIBLERequired: No
 - LineWidth
 - 
               
Width that determines the line thickness.
Type: String
Required: No
 
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: