API Reference
ChartInteractionScenario
Describes a named interactive path, flow, or alternate analytical state for a chart adapter.
Inheritance
- Object
- ChartInteractionScenario
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
- Method ChartInteractionScenarioExtensions.AddAnnotationStep
- Method ChartInteractionScenarioExtensions.AddElementStep
- Method ChartInteractionScenarioExtensions.AddLegendStep
- Method ChartInteractionScenarioExtensions.AddLinkStep
- Method ChartInteractionScenarioExtensions.AddNodeStep
- Method ChartInteractionScenarioExtensions.AddPointStep
- Method ChartInteractionScenarioExtensions.AddRegionStep
- Method ChartInteractionScenarioExtensions.AddRoleStep
- Method ChartInteractionScenarioExtensions.AddScenario
- Method ChartInteractionScenarioExtensions.AddSeriesStep
- Method ChartInteractionScenarioExtensions.AddStep
- Method ChartInteractionScenarioExtensions.WithColor
- Method ChartInteractionScenarioExtensions.WithDescription
- Method ChartInteractionScenarioExtensions.WithFocusMode
- Method ChartInteractionScenarioExtensions.WithMetadata
- Method ChartInteractionScenarioExtensions.WithPlayback
Properties
Id #Gets or sets the stable scenario identifier.
Label #Gets or sets the scenario label shown by host controls.
Description #Gets or sets an optional scenario description.
Color #Gets or sets an optional scenario accent color.
PlaybackDelayMilliseconds #Gets or sets the default time each step remains visible during playback.
LoopPlayback #Gets or sets whether playback returns to the first step after the last step.
AutoPlay #Gets or sets whether a browser adapter may start playback automatically when motion is allowed.
FocusMode #Gets or sets how strongly non-target context is visually de-emphasized.
Steps #Gets ordered target references that participate in the scenario.
Metadata #Gets arbitrary scenario metadata for host adapters.