-
Notifications
You must be signed in to change notification settings - Fork 37
MBarChartColumnStyle
-
-
MThemeColor
-
MColor
https://www.google.com/design/spec/style/color.html#color-color-palette
To construct a color, use one of the functions below-
color : MColorName
-
shade : int
-
accent : bool
-
color : MColorName
-
MPrimaryColor
-
MPrimaryVariantColor
-
MSecondaryColor
-
MSecondaryVariantColor
-
MBackgroundColor
-
MSurfaceColor
-
MToolbarColor
-
MErrorColor
-
MOnPrimaryColor
-
MOnSecondaryColor
-
MOnBackgroundColor
-
MOnSurfaceColor
-
MOnToolbarColor
-
MOnErrorColor
-
MContrastingTextColor
-
background : MThemeColor
-
background : MThemeColor
-
MThemedColor
-
-
MThemeColor
-
FillOpacity
-
MColumnVisible
-
visible : DynamicBehaviour<bool>
-
visible : DynamicBehaviour<bool>
-
MColumnShowValuesOnHover
-
show : Transform<bool>
-
show : Transform<bool>
-
MOnListClick
-
enabled : Transform<bool>
-
onClick : (int) -> void
-
enabled : Transform<bool>
-
MHideValueHover
Do not show hover for points -
MValuesLabels
Adds points value labels-
withPostfix : bool
-
withPostfix : bool
-
MValuesPostfix
Postfix which is added at the end of every YAxis value
For example MValuesPostfix(" s") will produce values like "1 s", "2 s" etc.-
postfix : string
-
postfix : string
-
MTooltipValuesPostfix
The same as MValuesPostfix but without vertAxis modification-
postfix : string
-
postfix : string
-
MPointLabel
custom values labels-
getLabel : (value : double) -> string
-
getLabel : (value : double) -> string
-
MPointLabelStyle
-
style : [ TParagraphStyle ]
-
style : [ TParagraphStyle ]
-
-
MBarWidth
Width of the bars, 4. by default
gapWidth - distance between bars, 1. by default-
width : double
-
gapWidth : double
-
width : double