pub struct Builder { /* private fields */ }
Expand description
A builder for ReferenceLineCustomLabelConfiguration
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn custom_label(self, input: impl Into<String>) -> Self
pub fn custom_label(self, input: impl Into<String>) -> Self
The string text of the custom label.
sourcepub fn set_custom_label(self, input: Option<String>) -> Self
pub fn set_custom_label(self, input: Option<String>) -> Self
The string text of the custom label.
sourcepub fn build(self) -> ReferenceLineCustomLabelConfiguration
pub fn build(self) -> ReferenceLineCustomLabelConfiguration
Consumes the builder and constructs a ReferenceLineCustomLabelConfiguration
.