show_horizontal_axis propiedad
show_horizontal_axis propiedad
Indica si se debe mostrar el eje horizontal del minigráfico. El eje horizontal aparece si el gráfico de líneas tiene datos que cruzan el eje cero.
Definición:
@property
def show_horizontal_axis(self):
...
@show_horizontal_axis.setter
def show_horizontal_axis(self, value):
...
Ver también
- módulo
aspose.cells.charts
- clase
SparklineGroup