Border(Action<ChartCommonSeriesSettingsPointBorderBuilder>)
|
Configures the appearance of the series point border in scatter, line- and area-like series. Mirrors the client-side border object.
|
Color(JS)
|
Colors the series points. Mirrors the client-side color option.
|
Color(Action<ChartsColorBuilder>)
|
|
Color(String)
|
Colors the series points. Mirrors the client-side color option.
|
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.
|
GetHashCode()
|
Serves as the default hash function.
|
GetType()
|
Gets the Type of the current instance.
|
HoverMode(ChartPointInteractionMode)
|
Specifies series elements to be highlighted when a user pauses on a series point. Mirrors the client-side hoverMode option.
|
HoverStyle(Action<ChartCommonSeriesSettingsPointHoverStyleBuilder>)
|
Configures the appearance adopted by a series point when a user pauses on it. Mirrors the client-side hoverStyle object.
|
Image(JS)
|
Substitutes the standard point symbols with an image. Mirrors the client-side image option.
|
Image(Action<ChartCommonSeriesSettingsPointImageBuilder>)
|
Substitutes the standard point symbols with an image. Mirrors the client-side image object.
|
Image(String)
|
Substitutes the standard point symbols with an image. Mirrors the client-side image option.
|
MemberwiseClone()
protected
|
Creates a shallow copy of the current Object.
|
Option(String, Object)
|
Specifies an option by its name.
|
ReferenceEquals(Object, Object)
static
|
Determines whether the specified Object instances are the same instance.
|
SelectionMode(ChartPointInteractionMode)
|
Specifies series elements to be highlighted when a user selects a series point. Mirrors the client-side selectionMode option.
|
SelectionStyle(Action<ChartCommonSeriesSettingsPointSelectionStyleBuilder>)
|
Configures the appearance of a selected series point. Mirrors the client-side selectionStyle object.
|
Size(JS)
|
Specifies the diameter of series points in pixels. Mirrors the client-side size option.
|
Size(Double)
|
Specifies the diameter of series points in pixels. Mirrors the client-side size option.
|
Symbol(PointSymbol)
|
Specifies which symbol should represent series points in scatter, line- and area-like series. Mirrors the client-side symbol option.
|
ToString()
|
Returns a string that represents the current object.
|
Visible(JS)
|
Makes the series points visible. Mirrors the client-side visible option.
|
Visible(Boolean)
|
Makes the series points visible. Mirrors the client-side visible option.
|