Skip to main content

HistogramGraphType

Other

Histogram graph type for visualization. Specifies the visual representation style of the histogram.

Import

import ScriptingApi as api

# Access the class
# HistogramGraphType is available via api.HistogramGraphType

Enumeration Values

Enumeration Type from HistogramGraphType

ValueDescription
HistogramGraphType.LinesLines option
HistogramGraphType.BarsBars option
HistogramGraphType.PointsPoints option

Usage Example

import ScriptingApi as api

# Access enumeration values
value = api.HistogramGraphType.Lines

See Also