public static interface ReferenceLineStyleConfiguration.Builder extends SdkPojo, CopyableBuilder<ReferenceLineStyleConfiguration.Builder,ReferenceLineStyleConfiguration>
| Modifier and Type | Method and Description |
|---|---|
ReferenceLineStyleConfiguration.Builder |
color(String color)
The hex color of the reference line.
|
ReferenceLineStyleConfiguration.Builder |
pattern(ReferenceLinePatternType pattern)
The pattern type of the line style.
|
ReferenceLineStyleConfiguration.Builder |
pattern(String pattern)
The pattern type of the line style.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildReferenceLineStyleConfiguration.Builder pattern(String pattern)
The pattern type of the line style. Choose one of the following options:
SOLID
DASHED
DOTTED
pattern - The pattern type of the line style. Choose one of the following options:
SOLID
DASHED
DOTTED
ReferenceLinePatternType,
ReferenceLinePatternTypeReferenceLineStyleConfiguration.Builder pattern(ReferenceLinePatternType pattern)
The pattern type of the line style. Choose one of the following options:
SOLID
DASHED
DOTTED
pattern - The pattern type of the line style. Choose one of the following options:
SOLID
DASHED
DOTTED
ReferenceLinePatternType,
ReferenceLinePatternTypeReferenceLineStyleConfiguration.Builder color(String color)
The hex color of the reference line.
color - The hex color of the reference line.Copyright © 2023. All rights reserved.