Blazor Scatter Chart Component | Blazor Bootstrap Docs
BackgroundColorstring
rgba(0, 0, 0, 0.1)Get or sets the line fill color.3.0.0BorderCapStylestringbuttCap style of the line. Supported values are 'butt', 'round', and 'square'.3.0.0BorderColorstringrgba(0, 0, 0, 0.1)Get or sets the line color.3.0.0BorderDashList<double>?nullGets or sets the length and spacing of dashes.3.0.0BorderDashOffsetdouble0.0Offset for line dashes.3.0.0BorderJoinStylestringmiterLine joint style. There are three possible values for this property: 'round', 'bevel', and 'miter'.3.0.0BorderWidthdouble3Gets or sets the line width (in pixels).3.0.0Clipstring?nullHow to clip relative to chartArea. Positive value allows overflow, negative value clips that many pixels inside chartArea. 0 = clip at chartArea. Clipping can also be configured per side: clip: {left: 5, top: false, right: -2, bottom: 0}1.0.0CubicInterpolationModestringdefaultSupported values are 'default', and 'monotone'.3.0.0DataList<ScatterChartDataPoint?>?null✔️Get or sets the Data.3.0.0DatalabelsPieChartDatasetDataLabelsGet or sets the data labels3.0.0DrawActiveElementsOnTopList<bool>?nullDraw the active points of a dataset over the other points of the dataset.3.0.0FillboolfalseHow to fill the area under the line.3.0.0HiddenboolfalseConfigures the visibility state of the dataset. Set it to true, to hide the dataset from the chart.3.0.0HoverBackgroundColorstring?nullThe line fill color when hovered.3.0.0HoverBorderCapStylestring?nullCap style of the line when hovered.3.0.0HoverBorderColorstring?nullThe line color when hovered.3.0.0HoverBorderDashList<double>?nullGets or sets the length and spacing of dashes when hovered.3.0.0HoverBorderDashOffsetdouble?nullOffset for line dashes when hovered.3.0.0HoverBorderJoinStylestringmiterLine joint style. There are three possible values for this property: 'round', 'bevel', and 'miter'.3.0.0HoverBorderWidthdouble?nullThe bar border width when hovered (in pixels) when hovered.3.0.0IndexAxisstring?nullThe base axis of the dataset. 'x' for horizontal lines and 'y' for vertical lines.3.0.0Labelstring?nullThe label for the dataset which appears in the legend and tooltips.3.0.0Orderint0The drawing order of dataset. Also affects order for stacking, tooltip and legend.3.0.0PointBackgroundColorList<string>?nullThe fill color for points.3.0.0PointBorderColorList<string>?nullThe border color for points.3.0.0PointBorderWidthList<double>?nullThe width of the point border in pixels.3.0.0PointHitRadiusList<double>?nullThe pixel size of the non-displayed point that reacts to mouse events.3.0.0PointHoverBackgroundColorList<string>?nullPoint background color when hovered.3.0.0PointHoverBorderColorList<string>?nullPoint border color when hovered.3.0.0PointHoverBorderWidthList<double>?nullBorder width of point when hovered.3.0.0PointHoverRadiusList<double>?nullThe radius of the point when hovered.3.0.0PointRadiusList<double>?nullThe radius of the point shape. If set to 0, the point is not rendered.3.0.0PointRotationList<double>?nullThe rotation of the point in degrees.3.0.0PointStyleList<string>?nullStyle of the point. Supported values are 'circle', 'cross', 'crossRot', 'dash', 'line', 'rect', 'rectRounded', 'rectRot', 'star', and 'triangle' to style.3.0.0ShowLineboolfalseIf false, the lines between points are not drawn. By default, the scatter chart will override the showLine property of the line chart to false.3.0.0SpanGapsbool?nullIf true, lines will be drawn between points with no or null data. If false, points with null data will create a break in the line. Can also be a number specifying the maximum gap length to span. The unit of the value depends on the scale used.3.0.0Steppedboolfalsetrue to show the line as a stepped line (tension will be ignored).3.0.0Tensiondouble0Bezier curve tension of the line. Set to 0 to draw straight lines. This option is ignored if monotone cubic interpolation is used.3.0.0XAxisIDstring?nullThe ID of the x axis to plot this dataset on.3.0.0YAxisIDstring?nullThe ID of the y axis to plot this dataset on.3.0.0