API Reference
VisualStoryAnimationOptions
Configures animated raster export for a generic visual story.
Inheritance
- Object
- VisualStoryAnimationOptions
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 ChartExtensions.SaveApng
- Method ChartExtensions.SaveGif
- Method ChartExtensions.ToApng
- Method ChartExtensions.ToGif
Methods
Create() #Creates options with documentation and Discord-friendly defaults.
WithEndHold(System.Double arg1) #Sets how long the completed scene remains visible.
Parameters
- arg1 System.Double
WithLoop(System.Boolean arg1) #Configures whether the animation repeats.
Parameters
- arg1 System.Boolean
WithMaximumFrames(System.Int32 arg1) #Sets the maximum retained frame count.
Parameters
- arg1 System.Int32
WithOutputScale(System.Int32 arg1) #Sets the raster output density multiplier.
Parameters
- arg1 System.Int32
WithTransition(System.Double arg1) #Sets the cross-fade duration between scenes.
Parameters
- arg1 System.Double
Properties
FramesPerSecond #Gets the requested frame rate.
Loop #Gets whether the animation repeats.
EndHoldSeconds #Gets the completed-state hold time.
OutputScale #Gets the raster output density multiplier.
MaximumFrames #Gets the maximum retained frame count.
TransitionSeconds #Gets the cross-fade duration between scenes.