Equals(Object, Object)
static
|
Determines whether the specified object instances are considered equal.
|
Equals(Object)
|
Determines whether the specified object is equal to the current object.
|
Font(Action<VizFontBuilder>)
|
Specifies font properties for the title. Mirrors the client-side font object.
|
GetHashCode()
|
Serves as the default hash function.
|
GetType()
|
Gets the Type of the current instance.
|
HorizontalAlignment(HorizontalAlignment)
|
Specifies the title's alignment in a horizontal direction. Mirrors the client-side horizontalAlignment option.
|
Margin(JS)
|
Generates space around the title. Mirrors the client-side margin option.
|
Margin(Action<ChartTitleMarginBuilder>)
|
Generates space around the title. Mirrors the client-side margin object.
|
Margin(Double)
|
Generates space around the title. Mirrors the client-side margin option.
|
MemberwiseClone()
protected
|
Creates a shallow copy of the current Object.
|
Option(String, Object)
|
Specifies an option by its name.
|
PlaceholderSize(JS)
|
Reserves a pixel-measured space for the title. Mirrors the client-side placeholderSize option.
|
PlaceholderSize(Double)
|
Reserves a pixel-measured space for the title. Mirrors the client-side placeholderSize option.
|
ReferenceEquals(Object, Object)
static
|
Determines whether the specified Object instances are the same instance.
|
Subtitle(JS)
|
Configures the UI component's subtitle. Mirrors the client-side subtitle option.
|
Subtitle(Action<ChartTitleSubtitleBuilder>)
|
Configures the UI component's subtitle. Mirrors the client-side subtitle object.
|
Subtitle(String)
|
Configures the UI component's subtitle. Mirrors the client-side subtitle option.
|
Text(JS)
|
Specifies the title's text. Mirrors the client-side text option.
|
Text(String)
|
Specifies the title's text. Mirrors the client-side text option.
|
TextOverflow(VizTextOverflow)
|
Specifies what to do with the title when it overflows the allocated space after applying wordWrap: hide, truncate it and display an ellipsis, or do nothing. Mirrors the client-side textOverflow option.
|
ToString()
|
Returns a string that represents the current object.
|
VerticalAlignment(VerticalEdge)
|
Specifies the title's alignment in a vertical direction. Mirrors the client-side verticalAlignment option.
|
WordWrap(VizWordWrap)
|
Specifies how to wrap the title if it does not fit into a single line. Mirrors the client-side wordWrap option.
|