Uses of Class
com.vaadin.flow.component.charts.model.StepType
-
Packages that use StepType Package Description com.vaadin.flow.component.charts.model -
-
Uses of StepType in com.vaadin.flow.component.charts.model
Methods in com.vaadin.flow.component.charts.model that return StepType Modifier and Type Method Description StepTypePlotOptionsArea. getStep()StepTypePlotOptionsArearange. getStep()StepTypePlotOptionsLine. getStep()StepTypePlotOptionsSeries. getStep()static StepTypeStepType. valueOf(String name)Returns the enum constant of this type with the specified name.static StepType[]StepType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.vaadin.flow.component.charts.model with parameters of type StepType Modifier and Type Method Description voidPlotOptionsArea. setStep(StepType step)Whether to apply steps to the line.voidPlotOptionsArearange. setStep(StepType step)Whether to apply steps to the line.voidPlotOptionsLine. setStep(StepType step)Whether to apply steps to the line.voidPlotOptionsSeries. setStep(StepType step)Whether to apply steps to the line.
-